From 08cbce2d860d5eb6f0a81641bf6710ff432436df Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 12 May 2025 12:43:00 +0200 Subject: [PATCH] added ctl cmd C to clear notifs --- desktopenvs/hyprland/hypr-usr/binds.conf | 1 + desktopenvs/hyprland/scripts/getispeed.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"