yad --width=925 --height=650 \ --center \ --fixed \ --title="Hyprland Keybindings" \ --no-buttons \ --list \ --column=Key: \ --column=Description: \ --column=Command: \ --timeout=90 \ --timeout-indicator=right \ " = Windows/Super/CAPS LOCK" "Modifier Key, used for keybindings" "Doesn't really execute anything by itself." \ " + ENTER" "Terminal" "${terminal}" \ " + P" "Rofi App Launcher" "rofi -show drun" \ " + SHIFT + Q" "Kill Focused Window" "killactive" \ " + SHIFT + W" "Search Websites Like Nix Packages" "web-search" \ " + W" "Launch Web Browser" "${browser}" \ " + E" "Launch Emoji Selector" "emopicker9000" \ " + B" "Hide waybar temporarily" "pkill -10 waybar" \ " + SHIFT + B" "Restart waybar" "reset-waybar" \ " + PRTSCR" "Take Screenshot" "grimblast" \ " + D" "Launch webcord" "webcord" \ " + M" "Launch Spotify" "spotify" \ " + P" "Pseudo Tiling" "pseudo" \ " + SHIFT + T" "Show Notification Tray" "swaync-client -op" \ " + SHIFT + I" "Toggle Split Direction" "togglesplit" \ " + F" "Toggle Focused Fullscreen" "fullscreen" \ " + SHIFT + SPACE" "Toggle Focused Floating" "fullscreen" \ " + SHIFT + E" "Quit / Exit Hyprland" "exit" \ " + Left" "Switch focus to Left Monitor" "hyprctl dispatch focusmonitor -1" \ " + Right" "Switch focus to Right Monitor" "hyprctl dispatch focusmonitor +1" \ " + SHIFT + Left" "Move Focused Window Left Monitor" "hyprctl dispatch split-changemonitor prev" \ " + SHIFT + Right" "Move Focused Window to Right monitor" "hyprctl dispatch split-changemonitor next" \ " + MINUS" "Toggle Special Workspace" "hyprctrl dispatch togglespecialworkspace" \ " + SHIFT + MINUS" "Send Focused Window To Special Workspace" "movetoworkspace, special" \ " + 1-0" "Move To Workspace 1 - 10" "workspace,X" \ " + SHIFT + 1-0" "Move Focused Window To Workspace 1 - 10" "movetoworkspace,X" \ " + MOUSE_LEFT" "Move/Drag Window" "movewindow" \ " + MOUSE_RIGHT" "Resize Window" "resizewindow" \ "ALT + TAB" "Cycle Window Focus + Bring To Front" "hyprctl dispatch cyclenext OR ... ... bringactivetotop" ""