diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-04-10 23:08:43 -0700 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-04-10 23:08:43 -0700 |
| commit | f61ab667856a6896a0395a84c85cc4c1f139c630 (patch) | |
| tree | 2d9c9c6353d837e53695cb3d664d4926a25ad33c /.config | |
| parent | e2225d418d38e53f63bb1c279cc8b9af45ea6e3a (diff) | |
| download | eibhear-f61ab667856a6896a0395a84c85cc4c1f139c630.tar.gz eibhear-f61ab667856a6896a0395a84c85cc4c1f139c630.tar.zst eibhear-f61ab667856a6896a0395a84c85cc4c1f139c630.zip | |
Overhaul of screencasting scripts
Diffstat (limited to '.config')
| -rw-r--r-- | .config/i3/config | 4 |
1 files changed, 1 insertions, 3 deletions
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 |
