New backup 2026-03-03 16:15:02
This commit is contained in:
parent
a137a99b46
commit
e5898dd55a
2 changed files with 10 additions and 5 deletions
|
|
@ -20,8 +20,8 @@ bindsym {
|
||||||
$mod+period splitv
|
$mod+period splitv
|
||||||
$mod+slash layout toggle split
|
$mod+slash layout toggle split
|
||||||
#change layout style
|
#change layout style
|
||||||
$mod+semicolon layout stacking
|
$mod+semicolon layout toggle split tabbed stacking
|
||||||
$mod+apostrophe layout tabbed
|
$mod+apostrophe exec swayr toggle-tab-shuffle-tile-workspace exclude-floating
|
||||||
#focus parent
|
#focus parent
|
||||||
$mod+a focus parent
|
$mod+a focus parent
|
||||||
#toggle floating
|
#toggle floating
|
||||||
|
|
@ -29,6 +29,11 @@ bindsym {
|
||||||
$mod+Shift+space exec '$HOME/.config/sway/scripts/floating_toggle.sh'
|
$mod+Shift+space exec '$HOME/.config/sway/scripts/floating_toggle.sh'
|
||||||
#swap between tiles and floats
|
#swap between tiles and floats
|
||||||
$mod+space focus mode_toggle
|
$mod+space focus mode_toggle
|
||||||
|
|
||||||
|
#swayr binds
|
||||||
|
$mod+Ctrl+S exec swayr switch-workspace-or-window
|
||||||
|
$mod+Ctrl+Tab exec move-focused-to-workspace
|
||||||
|
$mod+Ctrl+Shift+Tab exec steal-window
|
||||||
#enter resize mode
|
#enter resize mode
|
||||||
$mod+r mode "resize"
|
$mod+r mode "resize"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -14,9 +14,9 @@ default_border pixel 2
|
||||||
default_floating_border pixel 1
|
default_floating_border pixel 1
|
||||||
|
|
||||||
# Borders
|
# Borders
|
||||||
client.focused $color5 $color5 $color5 $color5
|
client.focused $color599 $color599 $color5 $color5
|
||||||
client.focused_inactive $color566 $color566 $color566 $color566
|
client.focused_inactive $color566 $color599 $color0 $color566
|
||||||
client.unfocused $color566 $color566 $color566 $color566
|
client.unfocused $color566 $color0aa $color566 $color566
|
||||||
|
|
||||||
set {
|
set {
|
||||||
$layer_blur blur enable, blur_ignore_transparent enable, corner_radius 10
|
$layer_blur blur enable, blur_ignore_transparent enable, corner_radius 10
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue