New backup 2024-12-18 13:15:02
This commit is contained in:
parent
4e1a8a8bc5
commit
5181822aaf
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
# Run on reload
|
# Run on reload
|
||||||
#exec_always $HOME/.config/sway/scripts/autostart
|
#exec_always $HOME/.config/sway/scripts/autostart
|
||||||
exec_always 'autotiling'
|
exec_always 'autotiling -l 3'
|
||||||
#exec_always 'swaync'
|
#exec_always 'swaync'
|
||||||
exec_always 'killall waybar;waybar'
|
exec_always 'killall waybar;waybar'
|
||||||
#exec_always 'swaync'
|
#exec_always 'swaync'
|
||||||
|
|
|
@ -27,11 +27,11 @@
|
||||||
# < splits windows horizontally, > splits vertically
|
# < splits windows horizontally, > splits vertically
|
||||||
bindsym $mod+comma splith
|
bindsym $mod+comma splith
|
||||||
bindsym $mod+period splitv
|
bindsym $mod+period splitv
|
||||||
|
bindsym $mod+slash layout toggle split
|
||||||
|
|
||||||
# Change Layout Style
|
# Change Layout Style
|
||||||
bindsym $mod+semicolon layout stacking
|
bindsym $mod+semicolon layout stacking
|
||||||
bindsym $mod+apostrophe layout tabbed
|
bindsym $mod+apostrophe layout tabbed
|
||||||
bindsym $mod+slash layout toggle split
|
|
||||||
|
|
||||||
# Focus Parent
|
# Focus Parent
|
||||||
bindsym $mod+a focus parent
|
bindsym $mod+a focus parent
|
||||||
|
|
Loading…
Add table
Reference in a new issue