From 886285bb23a56867c7ca25f8ad4af3375e5948d7 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 8 Nov 2023 01:10:31 +0900 Subject: added float mode keyhints --- config/hypr/scripts/KeyHints.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'config/hypr/scripts/KeyHints.sh') diff --git a/config/hypr/scripts/KeyHints.sh b/config/hypr/scripts/KeyHints.sh index d95c16e1..9b202cb5 100755 --- a/config/hypr/scripts/KeyHints.sh +++ b/config/hypr/scripts/KeyHints.sh @@ -1,6 +1,6 @@ #!/bin/sh -yad --width=1000 --height=900 \ +yad --width=1000 --height=1000 \ --center \ --title="Keybindings" \ --no-buttons \ @@ -28,7 +28,9 @@ yad --width=1000 --height=900 \ "CTRL ALT Del" "Hyprland Exit" "(SAVE YOUR WORK!!!)" \ " F" "Fullscreen" "Toggles to full screen" \ " Spacebar" "Toggle Dwindle | Master Layout" "Hyprland Layout" \ -" Shift F" "Toggle all windows to float" "" \ +" Shift F" "Toggle float" "single window" \ +" ALT F" "Toggle all windows to float" "all windows" \ +" SHIFT G" "Gamemode! All animations off" "" \ " SHIFT H" "Launch a small Help File" "" \ " H" "Launch this app" "" \ " E" "View or EDIT Keybinds, Settings, Monitor" "" \ -- cgit v1.2.3