7ad3fa007d
Also fixed an issue with the touchpad not working on external monitors. Touchpad should not be mapped to output (D'oh)
26 lines
770 B
Text
26 lines
770 B
Text
# vim:ft=i3config
|
|
|
|
exec {
|
|
$HOME/Scripts/swayidle.sh
|
|
autotiling
|
|
redshift-gtk -m wayland
|
|
telegram-desktop
|
|
/usr/lib/kdeconnectd
|
|
kdeconnect-indicator
|
|
thunderbird
|
|
mako
|
|
wl-paste -t text --watch clipman store
|
|
mkfifo $SWAYSOCK.wob && tail -f $SWAYSOCK.wob | wob
|
|
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|
gnome-keyring-daemon --start --components=secrets
|
|
mpDris2
|
|
}
|
|
|
|
exec_always {
|
|
gsettings set $gnome-schema gtk-theme 'vimix-dark-doder'
|
|
gsettings set $gnome-schema icon-theme 'Numix'
|
|
gsettings set $gnome-schema cursor-theme 'Breeze'
|
|
gsettings set $gnome-schema font-name 'Overpass 12'
|
|
gsettings set $gnome-schema document-font-name 'Overpass 12'
|
|
gsettings set $gnome-schema monospace-font-name 'Hack Nerd Font Mono 12'
|
|
}
|