diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-07-08 08:41:13 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-07-08 08:41:13 +0100 |
commit | 37c75eec6c25a805763f62c1c95be0dc0be4f101 (patch) | |
tree | fd9235896ba333fb174bfba6a5a905ba09def590 /i3 | |
parent | a4b37d12162d8eee397a5006ac1eeabd5f201c0b (diff) | |
download | dotnvim-37c75eec6c25a805763f62c1c95be0dc0be4f101.tar.gz dotnvim-37c75eec6c25a805763f62c1c95be0dc0be4f101.zip |
Quick access to thunar
Diffstat (limited to 'i3')
-rw-r--r-- | i3/config | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -51,6 +51,9 @@ bindsym Print exec xfce4-screenshooter # Capture video bindsym $mod+Print exec kazam +# Browse files +bindsym $mod+Shift+Return exec thunar + # start a terminal bindsym $mod+Return exec /home/reidrac/bin/wezterm |