diff options
-rw-r--r-- | .config/sway/config | 4 | ||||
-rw-r--r-- | .config/waybar/config | 2 | ||||
-rwxr-xr-x | .local/bin/iwctl-re (renamed from bin/iwctl-re) | 0 | ||||
-rwxr-xr-x | .local/bin/screenshot (renamed from bin/screenshot) | 0 | ||||
-rw-r--r-- | .zshrc | 2 |
5 files changed, 4 insertions, 4 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: 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": { diff --git a/bin/iwctl-re b/.local/bin/iwctl-re index 4343b30..4343b30 100755 --- a/bin/iwctl-re +++ b/.local/bin/iwctl-re diff --git a/bin/screenshot b/.local/bin/screenshot index 78b6d19..78b6d19 100755 --- a/bin/screenshot +++ b/.local/bin/screenshot @@ -30,6 +30,6 @@ alias nnn="nnn -a -A -d -D -i -U" # nix alias nix-shell="nix-shell --run \$SHELL" -export PATH=$PATH:~/bin +export PATH=$PATH:~/.local/bin eval "$(starship init zsh)" |