From 4c031c7dec94b6765fae84b26ce2993f0ae43be1 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sun, 14 Jul 2019 16:12:06 -0400 Subject: [PATCH] File explorer for videos --- i3/shared.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/i3/shared.conf b/i3/shared.conf index 8ab958c..c16b5e6 100644 --- a/i3/shared.conf +++ b/i3/shared.conf @@ -162,4 +162,6 @@ new_window 1pixel #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/' -bindsym $mod+n exec "nautilus" \ No newline at end of file +bindsym $mod+n exec nautilus +bindsym $mod+m exec nautilus ~/Videos +