mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-07 05:19:07 -04:00
Update
This commit is contained in:
parent
8b359b7d5f
commit
a25151022d
5 changed files with 10 additions and 8 deletions
|
@ -391,8 +391,8 @@ bind = $mod, B, exec, killall -SIGUSR1 waybar
|
|||
|
||||
bind = $mod, mouse_down, workspace, e-1
|
||||
bind = $mod, mouse_up, workspace, e+1
|
||||
bind = $mod SHIFT CONTROL, left, swapactiveworkspaces, current -1
|
||||
bind = $mod SHIFT CONTROL, right, swapactiveworkspaces, current +1
|
||||
bind = $mod SHIFT CONTROL, left, movecurrentworkspacetomonitor, -1
|
||||
bind = $mod SHIFT CONTROL, right, movecurrentworkspacetomonitor, +1
|
||||
|
||||
# Groups
|
||||
|
||||
|
@ -465,7 +465,7 @@ plugin {
|
|||
columns = 2
|
||||
gap_size = 5
|
||||
bg_col = rgb(111111)
|
||||
workspace_method = first 1 # [center/first] [workspace] e.g. first 1 or center m+1
|
||||
workspace_method = first 0 # [center/first] [workspace] e.g. first 1 or center m+1
|
||||
|
||||
enable_gesture = true # laptop touchpad
|
||||
gesture_fingers = 3 # 3 or 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue