mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[sway] add gtk3 settings
This commit is contained in:
parent
62c97274b2
commit
4bd3ff8e2b
1 changed files with 9 additions and 0 deletions
|
@ -145,6 +145,15 @@ bindsym $mod+d exec rofi -show || albert toggle || albert
|
||||||
bindsym $mod+Shift+d exec ~/.dotfiles/rofi/system.sh
|
bindsym $mod+Shift+d exec ~/.dotfiles/rofi/system.sh
|
||||||
bindsym Alt+Space exec rofi -show
|
bindsym Alt+Space exec rofi -show
|
||||||
|
|
||||||
|
# gtk3
|
||||||
|
set $gnome-schema org.gnome.desktop.interface
|
||||||
|
|
||||||
|
exec_always {
|
||||||
|
gsettings set $gnome-schema gtk-theme 'Arc-Darker'
|
||||||
|
gsettings set $gnome-schema icon-theme 'Numix-Circle'
|
||||||
|
gsettings set $gnome-schema cursor-theme 'Adwaita'
|
||||||
|
}
|
||||||
|
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue