diff --git a/desktopenvs/hyprland/hypr-usr/binds.conf b/desktopenvs/hyprland/hypr-usr/binds.conf index 1e6d39d..f0a6977 100644 --- a/desktopenvs/hyprland/hypr-usr/binds.conf +++ b/desktopenvs/hyprland/hypr-usr/binds.conf @@ -233,3 +233,4 @@ bindle=, XF86MonBrightnessDown, exec, bri --down bindl=, XF86AudioPlay, exec, playerctl play-pause -p spotify, vlc bind= $mainMod SHIFT, I, exec, ~/Dotfiles/desktopenvs/hyprland/scripts/getispeed.sh +bind= $mainMod CTRL, C, exec, dunstctl close-all diff --git a/desktopenvs/hyprland/scripts/getispeed.sh b/desktopenvs/hyprland/scripts/getispeed.sh index e59f016..4e5ddb9 100755 --- a/desktopenvs/hyprland/scripts/getispeed.sh +++ b/desktopenvs/hyprland/scripts/getispeed.sh @@ -1,3 +1,3 @@ #!/bin/bash speedvar=$(~/.config/python-script/bin/python ~/Dotfiles/desktopenvs/hyprland/scripts/python/ispeedtest.py b) -notify-send -t 200000 $speedvar +notify-send -t 200000 "$speedvar"