Remove mods for movews, the workspaces binds just use the move mods instead
This commit is contained in:
parent
ab1ae15845
commit
6c3c45e668
1 changed files with 16 additions and 11 deletions
|
|
@ -34,7 +34,6 @@ bind = ALT, S, exec, grim -g "$(slurp -d)" - | wl-copy
|
||||||
$default = SUPER
|
$default = SUPER
|
||||||
$resize = SUPER SHIFT
|
$resize = SUPER SHIFT
|
||||||
$move = SUPER CTRL
|
$move = SUPER CTRL
|
||||||
$movews = SUPER ALT
|
|
||||||
|
|
||||||
bind = $default, K, killactive
|
bind = $default, K, killactive
|
||||||
bind = $default, Space, togglefloating
|
bind = $default, Space, togglefloating
|
||||||
|
|
@ -59,16 +58,6 @@ bind = $default, U, exec, $randomize_wallpaper
|
||||||
bind = $default, Y, workspace, 9
|
bind = $default, Y, workspace, 9
|
||||||
bind = $default, Y, exec, $randomize_wallpaper
|
bind = $default, Y, exec, $randomize_wallpaper
|
||||||
|
|
||||||
bind = $movews, Q, movetoworkspace, 1
|
|
||||||
bind = $movews, W, movetoworkspace, 2
|
|
||||||
bind = $movews, F, movetoworkspace, 3
|
|
||||||
bind = $movews, P, movetoworkspace, 4
|
|
||||||
bind = $movews, B, movetoworkspace, 5
|
|
||||||
bind = $movews, J, movetoworkspace, 6
|
|
||||||
bind = $movews, L, movetoworkspace, 7
|
|
||||||
bind = $movews, U, movetoworkspace, 8
|
|
||||||
bind = $movews, Y, movetoworkspace, 9
|
|
||||||
|
|
||||||
bind = $default, M, movefocus, l
|
bind = $default, M, movefocus, l
|
||||||
bind = $default, N, movefocus, d
|
bind = $default, N, movefocus, d
|
||||||
bind = $default, E, movefocus, u
|
bind = $default, E, movefocus, u
|
||||||
|
|
@ -79,6 +68,15 @@ bind = $resize, N, resizeactive, 0 40
|
||||||
bind = $resize, E, resizeactive, 0 -40
|
bind = $resize, E, resizeactive, 0 -40
|
||||||
bind = $resize, I, resizeactive, 40 0
|
bind = $resize, I, resizeactive, 40 0
|
||||||
|
|
||||||
|
bind = $move, Q, movetoworkspace, 1
|
||||||
|
bind = $move, W, movetoworkspace, 2
|
||||||
|
bind = $move, F, movetoworkspace, 3
|
||||||
|
bind = $move, P, movetoworkspace, 4
|
||||||
|
bind = $move, B, movetoworkspace, 5
|
||||||
|
bind = $move, J, movetoworkspace, 6
|
||||||
|
bind = $move, L, movetoworkspace, 7
|
||||||
|
bind = $move, U, movetoworkspace, 8
|
||||||
|
bind = $move, Y, movetoworkspace, 9
|
||||||
bind = $move, M, movewindow, l
|
bind = $move, M, movewindow, l
|
||||||
bind = $move, N, movewindow, d
|
bind = $move, N, movewindow, d
|
||||||
bind = $move, E, movewindow, u
|
bind = $move, E, movewindow, u
|
||||||
|
|
@ -91,6 +89,13 @@ general {
|
||||||
col.inactive_border = $mantle
|
col.inactive_border = $mantle
|
||||||
col.active_border = $maroon
|
col.active_border = $maroon
|
||||||
resize_on_border = true
|
resize_on_border = true
|
||||||
|
layout = master
|
||||||
|
}
|
||||||
|
|
||||||
|
master {
|
||||||
|
new_is_master = false
|
||||||
|
allow_small_split = true
|
||||||
|
mfact = 0.5
|
||||||
}
|
}
|
||||||
|
|
||||||
decoration {
|
decoration {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue