diff options
author | Amin Bandali <bandali@kelar.org> | 2024-03-29 19:34:23 -0400 |
---|---|---|
committer | Amin Bandali <bandali@kelar.org> | 2024-03-29 19:34:23 -0400 |
commit | 35ecf48a258d7463ee90a40d865991cbc6741e1b (patch) | |
tree | ce41b02e1932ec6d5a882bf3b976ae1d21273791 /.config/sway/config | |
parent | e37f27e0352fc5c135c09fad1a5f0a89d7def915 (diff) | |
download | configs-35ecf48a258d7463ee90a40d865991cbc6741e1b.tar.gz configs-35ecf48a258d7463ee90a40d865991cbc6741e1b.tar.xz configs-35ecf48a258d7463ee90a40d865991cbc6741e1b.zip |
gsettings set cursor-theme to DMZ-White in sway config
Diffstat (limited to '')
-rw-r--r-- | .config/sway/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/sway/config b/.config/sway/config index 9951121..5e1334f 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -190,6 +190,7 @@ for_window [app_id="firefox" title="Sharing Indicator"] \ exec mako >/tmp/mako.log 2>&1 exec dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK +exec gsettings set 'org.gnome.desktop.interface' cursor-theme 'DMZ-White' exec pacify-pulseaudio exec [ -x "$(command -v nm-applet)" ] && nm-applet |