diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-08 01:10:31 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-08 01:10:31 +0900 |
| commit | 886285bb23a56867c7ca25f8ad4af3375e5948d7 (patch) | |
| tree | 1acbf36c37d68076b3f1fb18b1576f36011fd07e /config/hypr/scripts/KeyHints.sh | |
| parent | 6cd67192447c76c87433a9991093a68105919e0a (diff) | |
added float mode keyhints
Diffstat (limited to 'config/hypr/scripts/KeyHints.sh')
| -rwxr-xr-x | config/hypr/scripts/KeyHints.sh | 6 |
1 files changed, 4 insertions, 2 deletions
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" "" \ |
