mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Run autostart .desktop files on i3 login.
This commit is contained in:
@@ -130,7 +130,7 @@ bindsym $mod+l exec i3lock -c 000000 -d && xset dpms force off
|
||||
bindsym $alt+Control+l exec i3lock -c 000000 -d && xset dpms force off
|
||||
|
||||
# things to start quickly
|
||||
bindsym $mod+g exec /usr/bin/google-chrome-beta
|
||||
bindsym $mod+g exec /usr/bin/google-chrome-beta --password-store=gnome
|
||||
|
||||
# kill a window with middle click + mod
|
||||
bindsym --whole-window $mod+button2 kill
|
||||
@@ -142,6 +142,7 @@ exec --no-startup-id /usr/bin/cinnamon-settings-daemon &
|
||||
exec --no-startup-id gnome-keyring-daemon --start --components=pkcs11,secrets
|
||||
exec --no-startup-id (sleep 2; nm-applet) &
|
||||
exec --no-startup-id xset r rate 200 20
|
||||
exec --no-startup-id ~/bin/autostart.py
|
||||
|
||||
# customize windows
|
||||
for_window [class="^google-chrome$"] border pixel
|
||||
|
||||
Reference in New Issue
Block a user