From f61ab667856a6896a0395a84c85cc4c1f139c630 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 10 Apr 2018 23:08:43 -0700 Subject: Overhaul of screencasting scripts --- .config/i3/config | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.config') diff --git a/.config/i3/config b/.config/i3/config index a14498b..021e330 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -26,8 +26,6 @@ set $term --no-startup-id st set $stoprec --no-startup-id killall ffmpeg # #---Starting External Scripts---# # -#Increase key rate -exec --no-startup-id xset r rate 300 50 #Music player daemon: exec --no-startup-id mpd #Torrent daemon: @@ -367,7 +365,7 @@ bindsym $mod+Shift+bracketright exec $bigfor # For screenshots and recording bindsym Print exec --no-startup-id scrot bindsym Shift+Print exec --no-startup-id scrot -u -bindsym $mod+Print exec --no-startup-id record +bindsym $mod+Print exec --no-startup-id dmenurecord bindsym $mod+Scroll_Lock exec --no-startup-id "killall screenkey || screenkey" bindsym $mod+Delete exec $stoprec bindsym XF86Launch1 exec $stoprec & xset dpms force off -- cgit v1.3.1