New backup 2025-07-14 11:45:07

This commit is contained in:
Penelope Gwen 2025-07-14 11:45:07 -07:00
parent 8e21c371e3
commit ce01e516ef
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@ bindsym {
#focus parent #focus parent
$mod+a focus parent $mod+a focus parent
#toggle floating #toggle floating
$mod+Shift+space floating toggle $mod+Shift+space floating toggle, resize set 50ppt 50ppt
#swap between tiles and floats #swap between tiles and floats
$mod+space focus mode_toggle $mod+space focus mode_toggle
#enter resize mode #enter resize mode

View file

@ -4,10 +4,10 @@ include $HOME/.config/sway/config.d/window_rules.d/*
set { set {
#window behavior #window behavior
$ii inhibit_idle focus $ii inhibit_idle focus
$popup floating enable, shadows enable, border pixel 1, sticky enable $popup floating enable, shadows enable, border pixel 1, sticky enable, resize set 25ppt 25ppt
$float floating enable, shadows enable $float floating enable, shadows enable, resize set 50ppt 50ppt
$game inhibit_idle focus, floating enable, border none, fullscreen enable, shadows disable $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 #workspace assignments
$home_ws workspace 0: $home_ws workspace 0:
$personal_ws workspace 1:$profile_icon $personal_ws workspace 1:$profile_icon