diff options
author | Freya Murphy <freya@freyacat.org> | 2024-06-20 19:23:23 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-06-20 19:23:23 -0400 |
commit | a31b01154c27e9c26b567c10555887acd17fb087 (patch) | |
tree | 41ffd4d32c091fc04a71be23d053a48a7580c06b /.config/hypr/config.d/keybinds.conf | |
parent | aaaaaaaaa davekat what (diff) | |
download | dotfiles-arch-a31b01154c27e9c26b567c10555887acd17fb087.tar.gz dotfiles-arch-a31b01154c27e9c26b567c10555887acd17fb087.tar.bz2 dotfiles-arch-a31b01154c27e9c26b567c10555887acd17fb087.zip |
i like yaoi
Diffstat (limited to '.config/hypr/config.d/keybinds.conf')
-rw-r--r-- | .config/hypr/config.d/keybinds.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/hypr/config.d/keybinds.conf b/.config/hypr/config.d/keybinds.conf index bbb1af6..4c24083 100644 --- a/.config/hypr/config.d/keybinds.conf +++ b/.config/hypr/config.d/keybinds.conf @@ -10,7 +10,7 @@ bind = $mod, L, exec, hyprlock bind = $mod SHIFT, L, exec, killall Hyprland bind = $mod SHIFT, Q, killactive -bind = $mod, F5, exec, killall waybar && waybar --config ~/.config/waybar/config.hypr --style ~/.config/waybar/style.hypr.css +bind = $mod, F5, exec, sh -c 'killall waybar; waybar --config ~/.config/waybar/config.hypr' binde =, XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%+ binde =, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- |