aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts/KeyHints.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config/hypr/scripts/KeyHints.sh')
-rwxr-xr-xconfig/hypr/scripts/KeyHints.sh115
1 files changed, 57 insertions, 58 deletions
diff --git a/config/hypr/scripts/KeyHints.sh b/config/hypr/scripts/KeyHints.sh
index f00837d3..a9f6660a 100755
--- a/config/hypr/scripts/KeyHints.sh
+++ b/config/hypr/scripts/KeyHints.sh
@@ -10,69 +10,68 @@
BACKEND=wayland
# Check if rofi or yad is running and kill them if they are
-if pidof rofi > /dev/null; then
+if pidof rofi >/dev/null; then
pkill rofi
fi
-if pidof yad > /dev/null; then
+if pidof yad >/dev/null; then
pkill yad
fi
# Launch yad with calculated width and height
GDK_BACKEND=$BACKEND yad \
- --center \
- --title="KooL Quick Cheat Sheet" \
- --no-buttons \
- --list \
- --column=Key: \
- --column=Description: \
- --column=Command: \
- --timeout-indicator=bottom \
-"ESC" "close this app" "" " = " "SUPER KEY (Windows Key Button)" "(SUPER KEY)" \
-" SHIFT K" "Searchable Keybinds" "(Search all Keybinds via rofi)" \
-" SHIFT E" "KooL Hyprland Settings Menu" "" \
-"" "" "" \
-" enter" "Terminal" "(kitty)" \
-" SHIFT enter" "DropDown Terminal" " Q to close" \
-" B" "Launch Browser" "(Default browser)" \
-" A" "Desktop Overview" "(AGS - if opted to install)" \
-" D" "Application Launcher" "(rofi-wayland)" \
-" E" "Open File Manager" "(Thunar)" \
-" S" "Google Search using rofi" "(rofi)" \
-" T" "Global theme switcher" "(rofi)" \
-" Q" "close active window" "(not kill)" \
-" Shift Q " "kills an active window" "(kill)" \
-" ALT mouse scroll up/down " "Desktop Zoom" "Desktop Magnifier" \
-" Alt V" "Clipboard Manager" "(cliphist)" \
-" W" "Choose wallpaper" "(Wallpaper Menu)" \
-" Shift W" "Choose wallpaper effects" "(imagemagick + awww)" \
-"CTRL ALT W" "Random wallpaper" "(via awww)" \
-" CTRL ALT B" "Hide/UnHide Waybar" "waybar" \
-" CTRL B" "Choose waybar styles" "(waybar styles)" \
-" ALT B" "Choose waybar layout" "(waybar layout)" \
-" ALT R" "Reload Waybar swaync Rofi" "CHECK NOTIFICATION FIRST!!!" \
-" SHIFT N" "Launch Notification Panel" "swaync Notification Center" \
-" Print" "screenshot" "(grim)" \
-" Shift Print" "screenshot region" "(grim + slurp)" \
-" Shift S" "screenshot region" "(swappy)" \
-" CTRL Print" "screenshot timer 5 secs " "(grim)" \
-" CTRL SHIFT Print" "screenshot timer 10 secs " "(grim)" \
-"ALT Print" "Screenshot active window" "active window only" \
-"CTRL ALT P" "power-menu" "(wlogout)" \
-"CTRL ALT L" "screen lock" "(hyprlock)" \
-"CTRL ALT Del" "Hyprland Exit" "(NOTE: Hyprland Will exit immediately)" \
-" SHIFT F" "Fullscreen" "Toggles to full screen" \
-" CTL F" "Fake Fullscreen" "Toggles to fake full screen" \
-" ALT L" "Toggle Dwindle | Master Layout" "Hyprland Layout" \
-" SPACEBAR" "Toggle float" "single window" \
-" ALT SPACEBAR" "Toggle all windows to float" "all windows" \
-" ALT O" "Toggle Blur" "normal or less blur" \
-" CTRL O" "Toggle Opaque ON or OFF" "on active window only" \
-" Shift A" "Animations Menu" "Choose Animations via rofi" \
-" CTRL R" "Rofi Themes Menu" "Choose Rofi Themes via rofi" \
-" CTRL Shift R" "Rofi Themes Menu v2" "Choose Rofi Themes via Theme Selector (modified)" \
-" SHIFT G" "Gamemode! All animations OFF or ON" "toggle" \
-" ALT E" "Rofi Emoticons" "Emoticon" \
-" H" "Launch this Quick Cheat Sheet" "" \
-"" "" "" \
-"More tips:" "https://github.com/LinuxBeginnings/Hyprland-Dots/wiki" ""\
+ --center \
+ --title="KooL Quick Cheat Sheet" \
+ --no-buttons \
+ --list \
+ --column=Key: \
+ --column=Description: \
+ --column=Comment: \
+ --timeout-indicator=bottom \
+ "ESC" "close this app" "" " = " "SUPER KEY (Windows Key Button)" "(SUPER KEY)" \
+ " SHIFT K" "Searchable Keybinds" "(Search all Keybinds via rofi)" \
+ " SHIFT E" "KooL Hyprland Settings Menu" "WindowRules,themes,defaults, etc" \
+ " enter" "Terminal" "(Default:kitty)" \
+ " SHIFT enter" "DropDown Terminal" " Q to close" \
+ " B" "Launch Browser" "(Default browser)" \
+ " A" "Desktop Overview" "Shows open apps in workspaces" \
+ " D" "Application Launcher" "(rofi-wayland)" \
+ " E" "Open File Manager" "(Thunar)" \
+ " S" "Google Search using rofi" "(rofi)" \
+ " T" "Global theme switcher" "(rofi)" \
+ " Q" "close active window" "(not kill)" \
+ " Shift Q " "kills an active window" "(kill)" \
+ " ALT mouse scroll up/down " "Desktop Zoom" "Desktop Magnifier" \
+ " Alt V" "Clipboard Manager" "(cliphist)" \
+ " W" "Choose wallpaper" "(Wallpaper Menu)" \
+ " Shift W" "Choose wallpaper effects" "(imagemagick + awww)" \
+ "CTRL ALT W" "Random wallpaper" "(via awww)" \
+ " CTRL ALT B" "Hide/UnHide Waybar" "waybar" \
+ " CTRL B" "Choose waybar styles" "(waybar styles)" \
+ " ALT B" "Choose waybar layout" "(waybar layout)" \
+ " ALT R" "Reload Waybar swaync Rofi" "CHECK NOTIFICATION FIRST!!!" \
+ " SHIFT N" "Launch Notification Panel" "swaync Notification Center" \
+ " Print" "screenshot" "(grim)" \
+ " Shift Print" "screenshot region" "(grim + slurp)" \
+ " Shift S" "screenshot region" "(swappy)" \
+ " CTRL Print" "screenshot timer 5 secs " "(grim)" \
+ " CTRL SHIFT Print" "screenshot timer 10 secs " "(grim)" \
+ "ALT Print" "Screenshot active window" "active window only" \
+ "CTRL ALT P" "power-menu" "(wlogout)" \
+ "CTRL ALT L" "screen lock" "(hyprlock)" \
+ "CTRL ALT Del" "Hyprland Exit" "(NOTE: Hyprland Will exit immediately)" \
+ " SHIFT F" "Fullscreen" "Toggles to full screen" \
+ " CTL F" "Fake Fullscreen" "Toggles to fake full screen" \
+ " ALT L" "Toggle Dwindle|Floating|Monocle|Master layouts" "Hyprland Layouts" \
+ " SPACEBAR" "Toggle float" "single window" \
+ " ALT SPACEBAR" "Toggle all windows to float" "all windows" \
+ " ALT O" "Toggle Blur" "normal or less blur" \
+ " CTRL O" "Toggle Opaque ON or OFF" "on active window only" \
+ " Shift A" "Animations Menu" "Choose Animations via rofi" \
+ " CTRL R" "Rofi Themes Menu" "Choose Rofi Themes via rofi" \
+ " CTRL Shift R" "Rofi Themes Menu v2" "Choose Rofi Themes via Theme Selector (modified)" \
+ " SHIFT G" "Gamemode! All animations OFF or ON" "toggle" \
+ " ALT E" "Rofi Emoticons" "Emoticon" \
+ " H" "Launch this Quick Cheat Sheet" "" \
+ "" "" "" \
+ "More tips:" "https://github.com/LinuxBeginnings/Hyprland-Dots/wiki" ""
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage