This commit is contained in:
DeveloperDurp 2025-05-06 08:50:25 -05:00
parent d5dc27eaaf
commit 44a2bb360e
3 changed files with 9 additions and 7 deletions

View file

@ -1,8 +1,8 @@
[Settings]
gtk-theme-name=catppuccin-mocha-mauve-standard+default
gtk-icon-theme-name=Adwaita
gtk-icon-theme-name=Cosmic
gtk-font-name=Cantarell 11
gtk-cursor-theme-name=Pop
gtk-cursor-theme-name=Adwaita
gtk-cursor-theme-size=24
gtk-toolbar-style=GTK_TOOLBAR_BOTH
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR

View file

@ -35,12 +35,14 @@ exec_always "kanshi"
### Idle configuration
exec_always swayidle -w \
timeout 120 'swaylock -f' \
timeout 240 'swaymsg "output * dpms off"' \
timeout 600 'systemctl suspend' \
timeout 300 'swaylock -f' \
timeout 420 'swaymsg "output * dpms off"' \
resume 'swaymsg "output * dpms on"' \
before-sleep 'swaylock -f'
exec_always swayidle -w \
timeout 600 'systemctl suspend' \
### Input configuration
input "type:touchpad" {
dwt enabled

View file

@ -1,6 +1,6 @@
Net/ThemeName "catppuccin-mocha-mauve-standard+default"
Net/IconThemeName "Adwaita"
Gtk/CursorThemeName "Pop"
Net/IconThemeName "Cosmic"
Gtk/CursorThemeName "Adwaita"
Net/EnableEventSounds 1
EnableInputFeedbackSounds 0
Xft/Antialias 1