mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
keybinds: switch to qt apps
This commit is contained in:
parent
3cf64401ef
commit
9cea880569
2 changed files with 7 additions and 8 deletions
|
|
@ -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 <b>image</b> and <a href=\"https://discord.com/app\">Discord</a> <b>icon</b>. Oh and here is a random image in your Pictures folder: <img src=\"$RANDOM_IMAGE\" alt=\"Testing image\"/>" -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 <b>image</b> and <a href=\"https://discord.com/app\">Discord</a> <b>icon</b>.\n<i>Flick right to dismiss!</i>" -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 <b>Pictures</b> folder and <a href=\"https://discord.com/app\">Discord</a> <b>icon</b>.\n<i>Flick right to dismiss!</i>" -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
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ pkgdesc='Illogical Impulse Audio Dependencies'
|
|||
arch=(any)
|
||||
license=(None)
|
||||
depends=(
|
||||
pavucontrol
|
||||
pavucontrol-qt
|
||||
wireplumber
|
||||
libdbusmenu-gtk3
|
||||
playerctl
|
||||
|
|
|
|||
Loading…
Reference in a new issue