From 9cea880569ab3221ce93402071d52bf6ad230fd7 Mon Sep 17 00:00:00 2001
From: end-4 <97237370+end-4@users.noreply.github.com>
Date: Fri, 30 May 2025 00:12:54 +0200
Subject: [PATCH] keybinds: switch to qt apps
---
.config/hypr/hyprland/keybinds.conf | 13 ++++++-------
arch-packages/illogical-impulse-audio/PKGBUILD | 2 +-
2 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/.config/hypr/hyprland/keybinds.conf b/.config/hypr/hyprland/keybinds.conf
index 3ef5363e..ed8fd0a2 100644
--- a/.config/hypr/hyprland/keybinds.conf
+++ b/.config/hypr/hyprland/keybinds.conf
@@ -176,7 +176,7 @@ bind = Ctrl+Super, Down, workspace, r+5 # [hidden]
#!
# Testing
bind = Super+Alt, f11, exec, bash -c 'RANDOM_IMAGE=$(find ~/Pictures -type f | grep -v -i "nipple" | grep -v -i "pussy" | shuf -n 1); ACTION=$(notify-send "Test notification with body image" "This notification should contain your user account image and Discord icon. Oh and here is a random image in your Pictures folder:
" -a "Hyprland keybind" -p -h "string:image-path:/var/lib/AccountsService/icons/$USER" -t 6000 -i "discord" -A "openImage=Open profile image" -A "action2=Open the random image" -A "action3=Useless button"); [[ $ACTION == *openImage ]] && xdg-open "/var/lib/AccountsService/icons/$USER"; [[ $ACTION == *action2 ]] && xdg-open \"$RANDOM_IMAGE\"' # [hidden]
-bind = Super+Alt, f12, exec, bash -c 'ACTION=$(notify-send "Test notification" "This notification should contain your user account image and Discord icon.\nFlick right to dismiss!" -a "Discord (fake)" -p -h "string:image-path:/var/lib/AccountsService/icons/$USER" -t 6000 -i "discord" -A "openImage=Open profile image" -A "action2=Useless button" -A "action3=Cry more"); [[ $ACTION == *openImage ]] && xdg-open "/var/lib/AccountsService/icons/$USER"; [[ $ACTION == *action2 ]] && xdg-open \"$RANDOM_IMAGE\"' # [hidden]
+bind = Super+Alt, f12, exec, bash -c 'RANDOM_IMAGE=$(find ~/Pictures -type f | grep -v -i "nipple" | grep -v -i "pussy" | shuf -n 1); ACTION=$(notify-send "Test notification" "This notification should contain a random image in your Pictures folder and Discord icon.\nFlick right to dismiss!" -a "Discord (fake)" -p -h "string:image-path:$RANDOM_IMAGE" -t 6000 -i "discord" -A "openImage=Open profile image" -A "action2=Useless button" -A "action3=Cry more"); [[ $ACTION == *openImage ]] && xdg-open "/var/lib/AccountsService/icons/$USER"' # [hidden]
bind = Super+Alt, Equal, exec, notify-send "Urgent notification" "Ah hell no" -u critical -a 'Hyprland keybind' # [hidden]
##! Media
@@ -194,16 +194,15 @@ bindl= ,XF86AudioPause, exec, playerctl play-pause # [hidden]
bind = Super, T, exec, # [hidden]
bind = Super, Return, exec, foot # Foot (terminal)
bind = Super, T, exec, foot # [hidden] foot (terminal) (alt)
-bind = Super, E, exec, nautilus --new-window # Nautilus (file manager)
+bind = Super, E, exec, dolphin --new-window # Dolphin (file manager)
bind = Ctrl+Super, W, exec, firefox # Firefox (browser)
bind = Super, C, exec, code # VSCode (editor)
-bind = Super+Alt, E, exec, thunar # [hidden]
bind = Super, W, exec, zen-browser # [hidden]
bind = Super+Shift, W, exec, wps # WPS Office
-bind = Ctrl+Super, V, exec, pavucontrol # Pavucontrol (volume mixer)
-bind = Super, X, exec, gnome-text-editor --new-window # GNOME Text Editor
-bind = Super, I, exec, XDG_CURRENT_DESKTOP="gnome" gnome-control-center # GNOME Settings
-bind = Ctrl+Shift, Escape, exec, gnome-system-monitor # GNOME System monitor
+bind = Super, X, exec, kate # Kate (editor)
+bind = Ctrl+Super, V, exec, pavucontrol-qt # Pavucontrol Qt (volume mixer)
+bind = Super, I, exec, XDG_CURRENT_DESKTOP=gnome gnome-control-center # GNOME Control center (settings app)
+bind = Ctrl+Shift, Escape, exec, plasma-systemmonitor --page-name Processes # Plasma system monitor
# Cursed stuff
## Make window not amogus large
diff --git a/arch-packages/illogical-impulse-audio/PKGBUILD b/arch-packages/illogical-impulse-audio/PKGBUILD
index d2d1e788..7f43e5ef 100644
--- a/arch-packages/illogical-impulse-audio/PKGBUILD
+++ b/arch-packages/illogical-impulse-audio/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc='Illogical Impulse Audio Dependencies'
arch=(any)
license=(None)
depends=(
- pavucontrol
+ pavucontrol-qt
wireplumber
libdbusmenu-gtk3
playerctl