diff options
author | Mateja Marić <mail@matejamaric.com> | 2021-02-07 12:49:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-07 12:49:43 +0100 |
commit | 3ed060173b0a3110aac0a5f53a4cb534531b3c28 (patch) | |
tree | ded04f4fe15f8490b8c0e48b9684b7d2e990bfe5 /.config/i3 | |
parent | 5d0c80a46c76dd1712f274ff6ddce05526253983 (diff) | |
parent | 3621cc09ea17c771d9c99d684d1e9bafc69fb222 (diff) | |
download | dotfiles-3ed060173b0a3110aac0a5f53a4cb534531b3c28.tar.gz dotfiles-3ed060173b0a3110aac0a5f53a4cb534531b3c28.zip |
Merge pull request #4 from MatejaMaric/fix-scripts
Fix issue #2
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index 7c002d1..6a5e3ce 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -14,7 +14,7 @@ bindsym $mod+apostrophe exec amixer -q sset Master 5%- bindsym $mod+p exec amixer -q sset Master toggle bindsym $mod+m exec scrot -ze 'mv $f ~/screenshots/' -bindsym $mod+u exec ~/scripts/unmount-usb +bindsym $mod+u exec ~/.local/bin/unmount_usb.sh #END floating_modifier $mod |