tweak: hyprland binds
This commit is contained in:
parent
d24f4931de
commit
f97da0b3ed
1 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,6 @@
|
||||||
let
|
let
|
||||||
light = "${pkgs.light}/bin/light";
|
light = "${pkgs.light}/bin/light";
|
||||||
notifysend = "${pkgs.libnotify}/bin/notify-send";
|
notifysend = "${pkgs.libnotify}/bin/notify-send";
|
||||||
swaylock = "${config.programs.swaylock.package}/bin/swaylock";
|
|
||||||
#pamixer = "${pkgs.pamixer}/bin/pamixer";
|
#pamixer = "${pkgs.pamixer}/bin/pamixer";
|
||||||
|
|
||||||
brightnessScript = pkgs.writeShellScriptBin "brightness" ''
|
brightnessScript = pkgs.writeShellScriptBin "brightness" ''
|
||||||
|
|
@ -50,6 +49,7 @@ in
|
||||||
bright = "${brightnessScript}/bin/brightness";
|
bright = "${brightnessScript}/bin/brightness";
|
||||||
volume = "${volumeScript}/bin/volume";
|
volume = "${volumeScript}/bin/volume";
|
||||||
|
|
||||||
|
swaylock = "${config.programs.swaylock.package}/bin/swaylock";
|
||||||
spotify = "${terminal} -e spotify_player";
|
spotify = "${terminal} -e spotify_player";
|
||||||
spotifyctl = "${pkgs.spotify-player}/bin/spotify_player";
|
spotifyctl = "${pkgs.spotify-player}/bin/spotify_player";
|
||||||
|
|
||||||
|
|
@ -89,7 +89,7 @@ in
|
||||||
# Window Management
|
# Window Management
|
||||||
|
|
||||||
"SUPER, Q, killactive"
|
"SUPER, Q, killactive"
|
||||||
#"SUPER, backspace, killactive"
|
"SUPER CTRL, backspace, killactive"
|
||||||
"SUPERSHIFT ALT, delete, exit"
|
"SUPERSHIFT ALT, delete, exit"
|
||||||
"SUPER, F, fullscreen"
|
"SUPER, F, fullscreen"
|
||||||
"SUPER, Space, togglefloating"
|
"SUPER, Space, togglefloating"
|
||||||
|
|
@ -149,7 +149,7 @@ in
|
||||||
# Lock Screen
|
# Lock Screen
|
||||||
"SUPER, Backspace, exec, ${swaylock}"
|
"SUPER, Backspace, exec, ${swaylock}"
|
||||||
];
|
];
|
||||||
# ----- MOUSE KEYBINDS ----- #
|
# Mouse
|
||||||
bindm = [
|
bindm = [
|
||||||
"SUPER, mouse:272, movewindow"
|
"SUPER, mouse:272, movewindow"
|
||||||
"SUPER, mouse:273, resizewindow"
|
"SUPER, mouse:273, resizewindow"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue