New backup 2025-07-14 11:45:07
This commit is contained in:
parent
8e21c371e3
commit
ce01e516ef
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@ bindsym {
|
|||
#focus parent
|
||||
$mod+a focus parent
|
||||
#toggle floating
|
||||
$mod+Shift+space floating toggle
|
||||
$mod+Shift+space floating toggle, resize set 50ppt 50ppt
|
||||
#swap between tiles and floats
|
||||
$mod+space focus mode_toggle
|
||||
#enter resize mode
|
||||
|
|
|
@ -4,10 +4,10 @@ include $HOME/.config/sway/config.d/window_rules.d/*
|
|||
set {
|
||||
#window behavior
|
||||
$ii inhibit_idle focus
|
||||
$popup floating enable, shadows enable, border pixel 1, sticky enable
|
||||
$float floating enable, shadows enable
|
||||
$popup floating enable, shadows enable, border pixel 1, sticky enable, resize set 25ppt 25ppt
|
||||
$float floating enable, shadows enable, resize set 50ppt 50ppt
|
||||
$game inhibit_idle focus, floating enable, border none, fullscreen enable, shadows disable
|
||||
$scratch move scratchpad, floating enable, scratchpad hide
|
||||
$scratch move scratchpad, floating enable, resize set 50ppt 50ppt, scratchpad hide
|
||||
#workspace assignments
|
||||
$home_ws workspace 0:
|
||||
$personal_ws workspace 1:$profile_icon
|
||||
|
|
Loading…
Add table
Reference in a new issue