update
This commit is contained in:
parent
d5dc27eaaf
commit
44a2bb360e
3 changed files with 9 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue