Compare commits
No commits in common. "2c808bb2b511782bd8412011b5080ab62debebf0" and "3360c6a19469d71a4a66f450d60d1f375aa17a41" have entirely different histories.
2c808bb2b5
...
3360c6a194
7 changed files with 20 additions and 46 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -176,11 +176,11 @@
|
||||||
},
|
},
|
||||||
"flake-private": {
|
"flake-private": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1755291684,
|
"lastModified": 1755267322,
|
||||||
"narHash": "sha256-odToLtFoY6GJQWqOksrDW4vCYIvA/utOkwjAedQpJ0w=",
|
"narHash": "sha256-uL6Ps+sF1OD5/pXkXBXSLmzDAFPIaiOuN+alO7r/itI=",
|
||||||
"ref": "main",
|
"ref": "main",
|
||||||
"rev": "88b0a0e5b1bb9bd25803e5c2c4d6aacb54205786",
|
"rev": "9b71a0ee60c4c618d4df25f771e177a1a708300c",
|
||||||
"revCount": 8,
|
"revCount": 7,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "ssh://git@git.firelilith.org/lilith/flake-private.git"
|
"url": "ssh://git@git.firelilith.org/lilith/flake-private.git"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,6 @@
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"hyprlock"
|
"hyprlock"
|
||||||
"ags"
|
"ags"
|
||||||
"clipse -listen"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
exec = [ "[workspace special:keepass silent] keepassxc" ];
|
exec = [ "[workspace special:keepass silent] keepassxc" ];
|
||||||
|
|
|
||||||
|
|
@ -11,34 +11,13 @@
|
||||||
plugins = [ hyprgrass.packages.${pkgs.system}.default ];
|
plugins = [ hyprgrass.packages.${pkgs.system}.default ];
|
||||||
|
|
||||||
settings.plugin.touch_gestures = {
|
settings.plugin.touch_gestures = {
|
||||||
sensitivity = 4.0;
|
sensitivity = 2.0;
|
||||||
workspace_swipe = true;
|
|
||||||
workspace_swipe_fingers = 3;
|
workspace_swipe_fingers = 3;
|
||||||
workspace_swipe_cancel_ratio = 0.9;
|
workspace_swipe_edge = "d";
|
||||||
|
|
||||||
long_press_delay = 400;
|
long_press_delay = 500;
|
||||||
resize_on_border_long_press = true;
|
resize_on_border_long_press = true;
|
||||||
edge_margin = 30;
|
edge_margin = 20;
|
||||||
|
|
||||||
experimental.send_cancel = true;
|
|
||||||
|
|
||||||
hyprgrass-bind = [
|
|
||||||
# weird hack, because there is no explicit way to only show or hide special workplaces
|
|
||||||
", swipe:3:u, togglespecialworkspace, _tmp"
|
|
||||||
", swipe:3:u, togglespecialworkspace, keepass"
|
|
||||||
", swipe:3:u, exec, if (( $(pgrep keepassxc -c) < 2 )); then keepassxc; fi"
|
|
||||||
|
|
||||||
", swipe:3:d, togglespecialworkspace, _tmp"
|
|
||||||
", swipe:3:d, togglespecialworkspace, _tmp"
|
|
||||||
|
|
||||||
", swipe:3:ru, sendshortcut, CONTROL, C,"
|
|
||||||
", swipe:3:rd, sendshortcut, CONTROL, V,"
|
|
||||||
|
|
||||||
", tap:5, killactive"
|
|
||||||
|
|
||||||
", longpress:2, resizewindow"
|
|
||||||
", longpress:2, movewindow"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -24,10 +24,10 @@
|
||||||
"SUPER, K, movefocus, u"
|
"SUPER, K, movefocus, u"
|
||||||
"SUPER, J, movefocus, d"
|
"SUPER, J, movefocus, d"
|
||||||
|
|
||||||
"SUPER ALT, H, swapwindow, l"
|
"SUPER ALT, H, moveactive, l"
|
||||||
"SUPER ALT, L, swapwindow, r"
|
"SUPER ALT, L, moveactive, r"
|
||||||
"SUPER ALT, K, swapwindow, u"
|
"SUPER ALT, K, moveactive, u"
|
||||||
"SUPER ALT, J, swapwindow, d"
|
"SUPER ALT, J, moveactive, d"
|
||||||
|
|
||||||
"SUPER, 1, workspace, 1"
|
"SUPER, 1, workspace, 1"
|
||||||
"SUPER, 2, workspace, 2"
|
"SUPER, 2, workspace, 2"
|
||||||
|
|
@ -53,8 +53,6 @@
|
||||||
|
|
||||||
"SUPER, I, togglespecialworkspace, magic"
|
"SUPER, I, togglespecialworkspace, magic"
|
||||||
"SUPER SHIFT, I, movetoworkspace, special:magic"
|
"SUPER SHIFT, I, movetoworkspace, special:magic"
|
||||||
|
|
||||||
"SUPER, V, exec, alacritty --class clipse -e 'clipse'"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
bindm = [
|
bindm = [
|
||||||
|
|
|
||||||
|
|
@ -5,18 +5,13 @@
|
||||||
"workspace special:keepass,class:org.keepassxc.KeePassXC,title:^(.*)(KeePassXC)(.*)$"
|
"workspace special:keepass,class:org.keepassxc.KeePassXC,title:^(.*)(KeePassXC)(.*)$"
|
||||||
|
|
||||||
# show database unlock prompt on all workspaces
|
# show database unlock prompt on all workspaces
|
||||||
"workspace unset silent,class:org.keepassxc.KeePassXC,title:Unlock Database - KeePassXC,"
|
"unset,class:org.keepassxc.KeePassXC,title:Unlock Database - KeePassXC,"
|
||||||
"center,class:org.keepassxc.KeePassXC,title:Unlock Database - KeePassXC,"
|
"center,class:org.keepassxc.KeePassXC,title:Unlock Database - KeePassXC,"
|
||||||
"pin,class:org.keepassxc.KeePassXC,title:Unlock Database - KeePassXC,"
|
"pin,class:org.keepassxc.KeePassXC,title:Unlock Database - KeePassXC,"
|
||||||
|
|
||||||
# show inline images with ueberzugpp
|
# show inline images with ueberzugpp
|
||||||
"noanim, class:^ueberzugpp_(.*)$"
|
"noanim, class:^ueberzugpp_(.*)$"
|
||||||
|
|
||||||
# clipboard manager clipse
|
|
||||||
"float,class:(clipse)"
|
|
||||||
"size 50% 50%,class:(clipse)"
|
|
||||||
"center, class:(clipse)"
|
|
||||||
|
|
||||||
# path of exile / poetrade hacks
|
# path of exile / poetrade hacks
|
||||||
"tag +poe, class:^(steam_app_238960)$"
|
"tag +poe, class:^(steam_app_238960)$"
|
||||||
"tag +poe, title:^(Path of Exile)$"
|
"tag +poe, title:^(Path of Exile)$"
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,6 @@
|
||||||
{ pkgs, rose-pine-hyprcursor, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
rose-pine-hyprcursor.packages.${pkgs.system}.default
|
|
||||||
|
|
||||||
gcc
|
gcc
|
||||||
gnumake
|
gnumake
|
||||||
git
|
git
|
||||||
|
|
@ -16,7 +14,6 @@
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
nh
|
nh
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
clipse
|
|
||||||
xdg-utils
|
xdg-utils
|
||||||
hyprshot
|
hyprshot
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -44,6 +44,12 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
cursor = {
|
||||||
|
package = pkgs.rose-pine-cursor;
|
||||||
|
name = "Rosé Pine";
|
||||||
|
size = 10;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue