summaryrefslogtreecommitdiff
path: root/.config/hypr
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-04-12 14:59:50 +0000
committerGitHub <noreply@github.com>2026-04-12 14:59:50 +0000
commit0c26c34b6cebe9c106367cb93eac5c79c0a950c0 (patch)
tree2334797da4a7cbe01d06c2eb60b5b46ba9876d30 /.config/hypr
parentafe36af8a0cb6f0ff71406d56398110ce33480a3 (diff)
added toggable waybar since it looks cool.
bleh
Diffstat (limited to '.config/hypr')
-rw-r--r--.config/hypr/hyprland.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 80a700d..772b9db 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -110,7 +110,7 @@ bind = $mod, F, fullscreen, 0
bind = $mod, Tab, workspace, m+1
bind = $mod, T, exec, ~/.config/scripts/master.sh
bind = $mod, L, exec, ~/.config/scripts/power.sh
-bind = $mod, W, exec, ~/.config/scripts/time.sh
+bind = $mod, W, exec, pkill -SIGUSR1 waybar
bind = $mod, P, exec, bash -c '[[ -f /tmp/hyprpickerlock ]] && exit; touch /tmp/hyprpickerlock; hyprpicker --no-zoom --autocopy; rm -f /tmp/hyprpickerlock'
bind = ALT, S, exec, bash -c '[[ -f /tmp/slurplock ]] && exit; touch /tmp/slurplock; grim -g "$(slurp)" - | wl-copy; rm -f /tmp/slurplock'