update
This commit is contained in:
parent
d5dc27eaaf
commit
44a2bb360e
3 changed files with 9 additions and 7 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-theme-name=catppuccin-mocha-mauve-standard+default
|
gtk-theme-name=catppuccin-mocha-mauve-standard+default
|
||||||
gtk-icon-theme-name=Adwaita
|
gtk-icon-theme-name=Cosmic
|
||||||
gtk-font-name=Cantarell 11
|
gtk-font-name=Cantarell 11
|
||||||
gtk-cursor-theme-name=Pop
|
gtk-cursor-theme-name=Adwaita
|
||||||
gtk-cursor-theme-size=24
|
gtk-cursor-theme-size=24
|
||||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||||
|
|
|
||||||
|
|
@ -35,12 +35,14 @@ exec_always "kanshi"
|
||||||
|
|
||||||
### Idle configuration
|
### Idle configuration
|
||||||
exec_always swayidle -w \
|
exec_always swayidle -w \
|
||||||
timeout 120 'swaylock -f' \
|
timeout 300 'swaylock -f' \
|
||||||
timeout 240 'swaymsg "output * dpms off"' \
|
timeout 420 'swaymsg "output * dpms off"' \
|
||||||
timeout 600 'systemctl suspend' \
|
|
||||||
resume 'swaymsg "output * dpms on"' \
|
resume 'swaymsg "output * dpms on"' \
|
||||||
before-sleep 'swaylock -f'
|
before-sleep 'swaylock -f'
|
||||||
|
|
||||||
|
exec_always swayidle -w \
|
||||||
|
timeout 600 'systemctl suspend' \
|
||||||
|
|
||||||
### Input configuration
|
### Input configuration
|
||||||
input "type:touchpad" {
|
input "type:touchpad" {
|
||||||
dwt enabled
|
dwt enabled
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Net/ThemeName "catppuccin-mocha-mauve-standard+default"
|
Net/ThemeName "catppuccin-mocha-mauve-standard+default"
|
||||||
Net/IconThemeName "Adwaita"
|
Net/IconThemeName "Cosmic"
|
||||||
Gtk/CursorThemeName "Pop"
|
Gtk/CursorThemeName "Adwaita"
|
||||||
Net/EnableEventSounds 1
|
Net/EnableEventSounds 1
|
||||||
EnableInputFeedbackSounds 0
|
EnableInputFeedbackSounds 0
|
||||||
Xft/Antialias 1
|
Xft/Antialias 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue