From d0457209f9cccee09f6163c4249fc29cd6936e2f Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Tue, 31 Jul 2018 18:40:24 -0400 Subject: [PATCH] Fixed conflict --- i3/config | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/i3/config b/i3/config index 8615e8c..92ada04 100644 --- a/i3/config +++ b/i3/config @@ -194,7 +194,11 @@ bindsym XF86AudioRaiseVolume exec amixer set Master 3%+ #increase sound volume bindsym XF86AudioLowerVolume exec amixer set Master 3%- #decrease sound volume bindsym XF86AudioMute exec amixer set Master toggle # mute sound -bindsym $mod+Shift+h exec dbus-send --type=method_call --dest=org.gnome.ScreenSaver /org/gnome/ScreenSaver org.gnome.ScreenSaver.Lock + +# lockscreen +bindsym $mod+Shift+h exec sh ~/.config/i3/lock.sh +#bindsym $mod+Shift+h exec i3lock -c 000000 +#bindsym $mod+Shift+h exec dbus-send --type=method_call --dest=org.gnome.ScreenSaver /org/gnome/ScreenSaver org.gnome.ScreenSaver.Lock # class border backgr. text indicator child_border client.focused #0288D1 #0288D1 #B3E5FC #000000 #000000 @@ -208,4 +212,6 @@ client.background #ffffff # Removes border and title bar for_window [class="^.*"] border pixel 1 new_window 1pixel -#new_window normal 0 px \ No newline at end of file +#new_window normal 0 px + +bindsym $mod+Shift+s exec scrot -b -d 5 '%Y:%m:%d:%H:%M:%S.png' -e 'mv $f ~/Desktop/' \ No newline at end of file