cleaned up
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
"$mod, K, movefocus, u"
|
||||
"$mod, J, movefocus, d"
|
||||
|
||||
"$mod Shift, M, exit,"
|
||||
"$mod SHIFT, M, exit,"
|
||||
"$mod SHIFT, K, movewindow, u"
|
||||
"$mod SHIFT, J, movewindow, d"
|
||||
"$mod SHIFT, H, movewindow, l"
|
||||
@@ -49,7 +49,6 @@
|
||||
ws = i + 1;
|
||||
in [
|
||||
"$mod, ${toString ws}, workspace, ${toString ws}"
|
||||
# "$mod, ${toString ws}, exec, $wsaction workspace, ${toString ws}"
|
||||
"$mod SHIFT, ${toString ws}, movetoworkspace, ${toString ws}"
|
||||
]
|
||||
)
|
||||
@@ -57,11 +56,9 @@
|
||||
)
|
||||
++ [
|
||||
"$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 = [
|
||||
"$mod, mouse:272, movewindow"
|
||||
"$mod, mouse:273, resizewindow"
|
||||
@@ -82,22 +79,5 @@
|
||||
",XF86AudioPlay, exec, playerctl play-pause"
|
||||
",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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user