diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-06-17 11:15:28 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-10-30 09:52:23 +0100 |
commit | 625e17bcf1b3cc5193c3e1a1a93ae690c4a774e8 (patch) | |
tree | b6e84fdb0a9a0d96636fbaf6fd39bd4b27e5b8fe /.config/sway/config | |
parent | cc681d0f59c8859ba778d2c6c9315e024c759405 (diff) |
move ~/bin to ~/.local/bin
Diffstat (limited to '.config/sway/config')
-rw-r--r-- | .config/sway/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config index f06dd33..2db5ca4 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -126,8 +126,8 @@ seat * hide_cursor when-typing enable # set $print_key_code 191 - bindcode $print_key_code exec $HOME/bin/screenshot - bindcode $mod+$print_key_code exec $HOME/bin/screenshot -g "$(slurp)" + bindcode $print_key_code exec $HOME/.local/bin/screenshot + bindcode $mod+$print_key_code exec $HOME/.local/bin/screenshot -g "$(slurp)" # # Moving around: |