46 lines
1.4 KiB
Plaintext
46 lines
1.4 KiB
Plaintext
# vim: set fs=i3config
|
|
|
|
#get auth work with polkit-gnome
|
|
exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
|
# Run setup script
|
|
exec --no-startup-id ~/.config/i3/startup.sh
|
|
# Bluetooth applet
|
|
exec --no-startup-id blueman-tray
|
|
# Nextcloud sync
|
|
exec --no-startup-id nextcloud
|
|
# Compositor
|
|
exec --no-startup-id picom -b --config ~/.config/picom.conf
|
|
# Network Manager applet
|
|
exec --no-startup-id nm-applet
|
|
#set powersavings for display
|
|
exec --no-startup-id xset s 480 dpms 600 600 600
|
|
# Desktop notifications
|
|
exec --no-startup-id /usr/bin/dunst
|
|
# screen lock
|
|
exec --no-startup-id /usr/bin/light-locker
|
|
# Mail notifications
|
|
# exec --no-startup-id thunderbird
|
|
# Joplin sync
|
|
exec --no-startup-id joplin-desktop
|
|
exec --no-startup-id nheko
|
|
exec --no-startup-id signal-desktop
|
|
|
|
# File sync
|
|
exec --no-startup-id syncthing --no-browser
|
|
|
|
# set powersavings for display:
|
|
# s 480: screensaver for 480s (I think)
|
|
# dpms 600 600 600: sets the delay in seconds before the Display Power
|
|
# Management Signalling kicks in. Each number configures standby, suspend, and
|
|
# off respectively, in seconds.
|
|
exec --no-startup-id xset s 480 dpms 600 600 600
|
|
|
|
# Sets the keyboard repeat speed
|
|
exec --no-startup-id xset r rate 150 40
|
|
|
|
# Set correct keyboard layout
|
|
exec --no-startup-id setxkbmap -layout us -variant altgr-intl
|
|
exec --no-startup-id tidal-hifi
|
|
|
|
# exec --no-startup-id zeal
|