mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: updated binds
This commit is contained in:
parent
f3b90e759f
commit
a6f4433601
1 changed files with 3 additions and 4 deletions
|
@ -43,7 +43,7 @@ let
|
||||||
"PageUp, exec, playerctl next"
|
"PageUp, exec, playerctl next"
|
||||||
"PageDown, exec, playerctl previous"
|
"PageDown, exec, playerctl previous"
|
||||||
"Home, exec, playerctl play-pause"
|
"Home, exec, playerctl play-pause"
|
||||||
"Space, workspace, previous"
|
"Space, exec, rm -r /home/$USER/.cache/tofi* ; tofi-drun"
|
||||||
];
|
];
|
||||||
|
|
||||||
superShiftBinds = builtins.map (x: "SUPER SHIFT, " + x) [
|
superShiftBinds = builtins.map (x: "SUPER SHIFT, " + x) [
|
||||||
|
@ -57,15 +57,14 @@ let
|
||||||
"T, exec, ghostty"
|
"T, exec, ghostty"
|
||||||
"S, exec, flameshot gui"
|
"S, exec, flameshot gui"
|
||||||
"period, exec, emote"
|
"period, exec, emote"
|
||||||
"Space, exec, rm -r /home/$USER/.cache/tofi* ; tofi-drun"
|
|
||||||
"Tab, fullscreen, 0"
|
"Tab, fullscreen, 0"
|
||||||
"Backspace, layoutmsg, togglesplit"
|
"Backspace, layoutmsg, togglesplit"
|
||||||
"P, pin, enable"
|
"P, pin, enable"
|
||||||
"F, togglefloating"
|
"F, togglefloating"
|
||||||
# "Print, exec, grim -g \"$(slurp)\""
|
# "Print, exec, grim -g \"$(slurp)\""
|
||||||
# Utility
|
# Utility
|
||||||
"End, exec, hyprctl dispatch exit"
|
"End, exec, shutdown now"
|
||||||
"Insert, exec, reboot now"
|
"Insert, exec, systemctl reboot"
|
||||||
"Home, exec, swaylock"
|
"Home, exec, swaylock"
|
||||||
];
|
];
|
||||||
superCtrlBinds = builtins.map (x: "SUPER CTRL, " + x) [
|
superCtrlBinds = builtins.map (x: "SUPER CTRL, " + x) [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue