New backup 2026-03-03 16:30:02

This commit is contained in:
Penelope Gwen 2026-03-03 16:30:02 -08:00
parent e5898dd55a
commit 69766063d1
3 changed files with 6 additions and 1 deletions

View file

@ -19,6 +19,7 @@ exec {
'uptime-check'
poweralertd
wl-paste --watch cliphist store
'RUST_BACKTRACE=1 RUST_LOG=swayr=debug swayrd > /tmp/swayrd.log 2>&1'
}
# Run on reload

View file

@ -38,6 +38,9 @@ bindsym {
$mod+r mode "resize"
}
#weird floating behavior
#bindsym $mod+f [con_mark="maximize"] floating disable; [con_mark="float"] floating enable, unmark "float"; [con_id=__focused__] mark --add --toggle "maximize"; [con_mark="maximize" floating] mark --add "float"; [con_mark="maximize"] floating enable, resize set 100 ppt 100 ppt, move position 0 0
mode "resize" {
bindsym {
#right: grow width

View file

@ -44,6 +44,7 @@ shadows enable
shadow_color $color5aa
shadow_inactive_color $color088
shadow_blur_radius 10
corner_radius 8
corner_radius 4
smart_corner_radius enable
exec '$HOME/.config/sway/scripts/inactive-windows-transparency.py -o 0.9'