diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-06-15 21:48:42 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-06-15 21:48:42 -0400 |
| commit | bc9de2e26a1ce5e4033bd63c94f22b3bab11e808 (patch) | |
| tree | e9347deced2dff63820334d0dfb4c24b87e57bef /.config/i3 | |
| parent | 748e9849856ec66374b0f1280a3137ae4f661b43 (diff) | |
| download | eibhear-bc9de2e26a1ce5e4033bd63c94f22b3bab11e808.tar.gz eibhear-bc9de2e26a1ce5e4033bd63c94f22b3bab11e808.tar.zst eibhear-bc9de2e26a1ce5e4033bd63c94f22b3bab11e808.zip | |
recording notification added, script fixes
Diffstat (limited to '.config/i3')
| -rw-r--r-- | .config/i3/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index dbbcfcf..104196d 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -23,7 +23,8 @@ gaps outer 15 font pango:mono 12 set $mod Mod4 set $term --no-startup-id st -set $stoprec --no-startup-id killall ffmpeg +set $stoprec --no-startup-id killrecording +exec --no-startup-id rm -f ~/.larbs/.recording # #---Starting External Scripts---# # #Setting the background: |
