From 625e17bcf1b3cc5193c3e1a1a93ae690c4a774e8 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sat, 17 Jun 2023 11:15:28 +0200 Subject: move ~/bin to ~/.local/bin --- .config/sway/config | 4 ++-- .config/waybar/config | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to '.config') 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: diff --git a/.config/waybar/config b/.config/waybar/config index d32c360..d5750b2 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -38,7 +38,7 @@ "format": "{ipaddr}", "format-disconnected": "Offline", "interval": 1, - "on-click-right": "~/bin/iwctl-re", + "on-click-right": "~/.local/bin/iwctl-re", "on-click-middle": "notify-send 'WLAN Reload' 'Restart iwd.service'; sudo systemctl restart iwd.service" }, "battery": { -- cgit v1.2.3