c0a992963f26

Merge.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 15 Jun 2019 11:46:53 -0400
parents 06a5d5a71a89 (diff) df8c563e928a (current diff)
children c96819f6677d
branches/tags (none)
files bin/screenshot-area bin/screenshot-screen stumpwmrc

Changes

--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/lock-screen	Sat Jun 15 11:46:53 2019 -0400
@@ -0,0 +1,3 @@
+#!/usr/bin/env bash
+
+exec slock /home/sjl/src/dotfiles/bin/slock-post-lock /home/sjl/src/dotfiles/bin/slock-post-unlock
--- a/stumpwmrc	Fri Jun 14 14:45:49 2019 -0400
+++ b/stumpwmrc	Sat Jun 15 11:46:53 2019 -0400
@@ -343,7 +343,7 @@
     ()
   (hostcase
     ((:alephnull :mobius)
-     (run-shell-command "exec slock")
+     (run-shell-command "exec lock-screen")
      (run-shell-command "systemctl suspend"))
     (t (message "Not sleeping this machine for safety.."))))
 
@@ -452,7 +452,7 @@
   ("H-b" "browser")
   ("H-B" "exec firefox")
   ("H-o" "spotify")
-  ("H-q" "exec slock")
+  ("H-q" "exec lock-screen")
   ("H-y" "screenshot")
   ("H-r" "loadrc")
   ("H-V" "vlime"))
--- a/xsessionrc	Fri Jun 14 14:45:49 2019 -0400
+++ b/xsessionrc	Sat Jun 15 11:46:53 2019 -0400
@@ -17,7 +17,7 @@
 
 /home/sjl/src/dotfiles/bin/keysettings
 xcape -t 200 -e 'Control_L=Escape;Shift_L=Shift_L|9;Shift_R=Shift_R|0'
-xautolock -time 30 -locker /usr/bin/slock &
+xautolock -time 30 -locker /home/sjl/src/dotfiles/bin/lock-screen &
 
 # /usr/bin/dunst -config $HOME/.dunstrc &