cleaned up

This commit is contained in:
kenji
2025-07-08 22:33:23 -05:00
parent b23774d0a2
commit 4015222d6a
5 changed files with 2 additions and 22 deletions
+2 -22
View File
@@ -20,7 +20,7 @@
"$mod, K, movefocus, u" "$mod, K, movefocus, u"
"$mod, J, movefocus, d" "$mod, J, movefocus, d"
"$mod Shift, M, exit," "$mod SHIFT, M, exit,"
"$mod SHIFT, K, movewindow, u" "$mod SHIFT, K, movewindow, u"
"$mod SHIFT, J, movewindow, d" "$mod SHIFT, J, movewindow, d"
"$mod SHIFT, H, movewindow, l" "$mod SHIFT, H, movewindow, l"
@@ -49,7 +49,6 @@
ws = i + 1; ws = i + 1;
in [ in [
"$mod, ${toString ws}, workspace, ${toString ws}" "$mod, ${toString ws}, workspace, ${toString ws}"
# "$mod, ${toString ws}, exec, $wsaction workspace, ${toString ws}"
"$mod SHIFT, ${toString ws}, movetoworkspace, ${toString ws}" "$mod SHIFT, ${toString ws}, movetoworkspace, ${toString ws}"
] ]
) )
@@ -57,11 +56,9 @@
) )
++ [ ++ [
"$mod, 0, workspace, 10" "$mod, 0, workspace, 10"
"$mod, 0, movetoworkspace, 10" # This seems like a duplicate binding for workspace 10, check if this is intended "$mod, 0, movetoworkspace, 10"
]; ];
# You can also move bindm, bindel, bindl, bindi, bindin here if you want
# For example:
bindm = [ bindm = [
"$mod, mouse:272, movewindow" "$mod, mouse:272, movewindow"
"$mod, mouse:273, resizewindow" "$mod, mouse:273, resizewindow"
@@ -82,22 +79,5 @@
",XF86AudioPlay, exec, playerctl play-pause" ",XF86AudioPlay, exec, playerctl play-pause"
",XF86AudioPrev, exec, playerctl previous" ",XF86AudioPrev, exec, playerctl previous"
]; ];
bindi = [
"Super, Super_L, global, caelestia:launcher"
# "$mod, Space, global, caelestia:launcher"
];
bindin = [
"Super, catchall, global, caelestia:launcherInterrupt"
"Super, mouse:272, global, caelestia:launcherInterrupt"
"Super, mouse:273, global, caelestia:launcherInterrupt"
"Super, mouse:274, global, caelestia:launcherInterrupt"
"Super, mouse:275, global, caelestia:launcherInterrupt"
"Super, mouse:276, global, caelestia:launcherInterrupt"
"Super, mouse:277, global, caelestia:launcherInterrupt"
"Super, mouse_up, global, caelestia:launcherInterrupt"
"Super, mouse_down, global, caelestia:launcherInterrupt"
];
}; };
} }
View File
View File