diff options
author | William Carroll <wpcarro@gmail.com> | 2019-03-25T17·33+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-03-25T17·33+0000 |
commit | 01ff37824ddd077c3a1498c07609eb44e90278a7 (patch) | |
tree | 56a35554c242d656fc12c86904ced27741e617fa /configs | |
parent | 3c969448551b7c40935961bb0fbbb12d66bb3851 (diff) |
Start lf from i3 in the ~/Downloads dir
This is a pretty common directory and has proven useful.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/shared/misc/.config/i3/config.shared | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/shared/misc/.config/i3/config.shared b/configs/shared/misc/.config/i3/config.shared index ca9598861666..71fe1bf59085 100644 --- a/configs/shared/misc/.config/i3/config.shared +++ b/configs/shared/misc/.config/i3/config.shared @@ -72,7 +72,7 @@ bindsym $mod+space exec --no-startup-id dmenu_run bindsym $mod+t exec --no-startup-id ~/.config/i3/dmenu_timer.sh ~/.local/share/sounds/gong.mp3 # file manager -bindsym $mod+n exec st -e lf +bindsym $mod+n exec st -e lf ~/Downloads # Screenshot # TODO: find a better KBD for this |