mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: changed binds
This commit is contained in:
parent
31f36102ee
commit
9066b98124
1 changed files with 11 additions and 9 deletions
|
@ -40,11 +40,7 @@ let
|
||||||
|
|
||||||
superShiftBinds = builtins.map (x: "SUPER SHIFT, " + x) [
|
superShiftBinds = builtins.map (x: "SUPER SHIFT, " + x) [
|
||||||
# Super+shift binds
|
# Super+shift binds
|
||||||
# Window Move
|
|
||||||
"C, movewindow, l"
|
|
||||||
"A, movewindow, u"
|
|
||||||
"E, movewindow, d"
|
|
||||||
"I, movewindow, r"
|
|
||||||
# Quick Action
|
# Quick Action
|
||||||
"T, exec, ghostty"
|
"T, exec, ghostty"
|
||||||
"S, exec, flameshot gui"
|
"S, exec, flameshot gui"
|
||||||
|
@ -61,15 +57,21 @@ let
|
||||||
];
|
];
|
||||||
superCtrlBinds = builtins.map (x: "SUPER CTRL, " + x) [
|
superCtrlBinds = builtins.map (x: "SUPER CTRL, " + x) [
|
||||||
# Super+shift binds
|
# Super+shift binds
|
||||||
|
|
||||||
|
];
|
||||||
|
|
||||||
|
altBinds = builtins.map (x: "CTRL ALT, " + x) [
|
||||||
|
# Alt binds
|
||||||
"1, movetoworkspacesilent, 1"
|
"1, movetoworkspacesilent, 1"
|
||||||
"2, movetoworkspacesilent, 2"
|
"2, movetoworkspacesilent, 2"
|
||||||
"3, movetoworkspacesilent, 3"
|
"3, movetoworkspacesilent, 3"
|
||||||
"4, movetoworkspacesilent, 4"
|
"4, movetoworkspacesilent, 4"
|
||||||
"5, movetoworkspacesilent, 5"
|
"5, movetoworkspacesilent, 5"
|
||||||
];
|
# Window Move
|
||||||
|
"C, movewindow, l"
|
||||||
altBinds = builtins.map (x: "ALT, " + x) [
|
"A, movewindow, u"
|
||||||
# Alt binds
|
"E, movewindow, d"
|
||||||
|
"I, movewindow, r"
|
||||||
];
|
];
|
||||||
|
|
||||||
shiftBinds = builtins.map (x: "SHIFT, " + x) [
|
shiftBinds = builtins.map (x: "SHIFT, " + x) [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue