mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 19:10:21 +00:00
hyprland stuff
This commit is contained in:
parent
18dfa4c261
commit
75363a8e02
3 changed files with 27 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
||||||
wayland.windowManager.hyprland.settings = {
|
wayland.windowManager.hyprland.settings = {
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"${pkgs.swww}/bin/swww-daemon --format xrgb"
|
"${pkgs.swww}/bin/swww-daemon --format xrgb"
|
||||||
|
"${pkgs.floorp}/bin/floorp"
|
||||||
|
"sleep 3; ${pkgs.vesktop}/bin/vesktop"
|
||||||
"ags"
|
"ags"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -3,6 +3,10 @@
|
||||||
|
|
||||||
bindm = [ "Super, mouse:272, movewindow" "Super, mouse:273, resizewindow" ];
|
bindm = [ "Super, mouse:272, movewindow" "Super, mouse:273, resizewindow" ];
|
||||||
|
|
||||||
|
bindn = [
|
||||||
|
" , up, pass, JKPS"
|
||||||
|
];
|
||||||
|
|
||||||
bind = [
|
bind = [
|
||||||
"Super, mouse_up, workspace, +1"
|
"Super, mouse_up, workspace, +1"
|
||||||
"Super, mouse_down, workspace, -1"
|
"Super, mouse_down, workspace, -1"
|
||||||
|
@ -11,7 +15,7 @@
|
||||||
|
|
||||||
"Super, R, exec, ${pkgs.anyrun}/bin/anyrun"
|
"Super, R, exec, ${pkgs.anyrun}/bin/anyrun"
|
||||||
"Super, W, exec, ${pkgs.floorp}/bin/floorp"
|
"Super, W, exec, ${pkgs.floorp}/bin/floorp"
|
||||||
"Super, Q, exec, ${pkgs.foot}/bin/foot"
|
"Super, Q, exec, wezterm"
|
||||||
"Super, C, killactive"
|
"Super, C, killactive"
|
||||||
"Super, V, togglefloating"
|
"Super, V, togglefloating"
|
||||||
"Super, E, exec, ${pkgs.nautilus}/bin/nautilus -w"
|
"Super, E, exec, ${pkgs.nautilus}/bin/nautilus -w"
|
||||||
|
@ -27,6 +31,24 @@
|
||||||
"Super, Tab, exec, ags -t launcher"
|
"Super, Tab, exec, ags -t launcher"
|
||||||
"Super, X, exec, ags -t powermenu"
|
"Super, X, exec, ags -t powermenu"
|
||||||
|
|
||||||
|
## Hyprland stuff
|
||||||
|
"Super, Z, movewindow"
|
||||||
|
|
||||||
|
# Swap windows
|
||||||
|
"Super+Shift, left, movewindow, l"
|
||||||
|
"Super+Shift, right, movewindow, r"
|
||||||
|
"Super+Shift, up, movewindow, u"
|
||||||
|
"Super+Shift, down, movewindow, d"
|
||||||
|
|
||||||
|
# Move focus
|
||||||
|
"Super, left, movefocus, l"
|
||||||
|
"Super, right, movefocus, r"
|
||||||
|
"Super, up, movefocus, u"
|
||||||
|
"Super, down, movefocus, d"
|
||||||
|
|
||||||
|
# Fullscreen
|
||||||
|
"Super+Shift, F, fullscreen, 0"
|
||||||
|
|
||||||
] ++ map (n:
|
] ++ map (n:
|
||||||
"Alt, ${toString n}, movetoworkspacesilent, ${
|
"Alt, ${toString n}, movetoworkspacesilent, ${
|
||||||
toString (if n == 0 then 10 else n)
|
toString (if n == 0 then 10 else n)
|
||||||
|
|
|
@ -9,9 +9,11 @@
|
||||||
windowrule = [
|
windowrule = [
|
||||||
"noblur,.*"
|
"noblur,.*"
|
||||||
"workspace special, spotify"
|
"workspace special, spotify"
|
||||||
|
"workspace 11 silent, JKPS"
|
||||||
"workspace 3 silent, vesktop"
|
"workspace 3 silent, vesktop"
|
||||||
"workspace 1 silent, floorp"
|
"workspace 1 silent, floorp"
|
||||||
"float, ^(blueberry.py)$"
|
"float, ^(blueberry.py)$"
|
||||||
|
"float, ^(JKPS)(.*)"
|
||||||
];
|
];
|
||||||
|
|
||||||
windowrulev2 = [
|
windowrulev2 = [
|
||||||
|
|
Loading…
Reference in a new issue