this repo has no description

tweaks

Changed files
+8 -2
ghostty
sway
+1 -1
ghostty/config
··· 1 - font-size = 13 2 cursor-style-blink = true 3 cursor-click-to-move = true 4 mouse-hide-while-typing = true
··· 1 + font-size = 12 2 cursor-style-blink = true 3 cursor-click-to-move = true 4 mouse-hide-while-typing = true
+7 -1
sway/config
··· 24 25 output * adaptive_sync off 26 27 - set $wallpaper /home/hailey/Pictures/wallpapers/wallhaven-9dkeqd.png 28 29 output * bg $wallpaper fill 30 ··· 44 set $color7 #a9b1d6 45 set $color12 #7aa2f7 46 set $background #1a1b26 47 48 for_window [window_role="pop-up"] floating enable 49 for_window [window_role="bubble"] floating enable
··· 24 25 output * adaptive_sync off 26 27 + set $wallpaper /home/hailey/bgs/wolfgirl.jpg 28 29 output * bg $wallpaper fill 30 ··· 44 set $color7 #a9b1d6 45 set $color12 #7aa2f7 46 set $background #1a1b26 47 + 48 + set $gnome-schema org.gnome.desktop.interface 49 + exec_always { 50 + gsettings set $gnome-schema gtk-theme 'Adwaita-dark' 51 + gsettings set $gnome-schema color-scheme 'prefer-dark' 52 + } 53 54 for_window [window_role="pop-up"] floating enable 55 for_window [window_role="bubble"] floating enable