i3 updates.

This commit is contained in:
David Tomaschik
2017-04-13 19:26:42 -07:00
parent 7e8687ffa8
commit 9018536732
3 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
#!/bin/sh
LOCKER="i3lock -c 000000"
/usr/bin/xss-lock -- "${LOCKER}" &
exec /usr/bin/xautolock \
-time 5 \
-locker "i3lock -c 000000" \
-detectsleep \
-locker "${LOCKER}" \
-notify 30 \
-notifier "notify-send -u critical -t 10000 -- 'LOCKING SCREEN IN 30 SECONDS'"

View File

@@ -141,6 +141,7 @@ bindsym --whole-window $mod+button3 floating toggle
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
# customize windows
for_window [class="^google-chrome$"] border pixel

View File

@@ -1 +0,0 @@
xset r rate 200 20