aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-11-08 01:10:31 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-11-08 01:10:31 +0900
commit886285bb23a56867c7ca25f8ad4af3375e5948d7 (patch)
tree1acbf36c37d68076b3f1fb18b1576f36011fd07e
parent6cd67192447c76c87433a9991093a68105919e0a (diff)
added float mode keyhints
-rw-r--r--config/hypr/configs/Keybinds.conf7
-rwxr-xr-xconfig/hypr/scripts/KeyHints.sh6
2 files changed, 8 insertions, 5 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf
index 11a2d719..4641fd39 100644
--- a/config/hypr/configs/Keybinds.conf
+++ b/config/hypr/configs/Keybinds.conf
@@ -22,14 +22,15 @@ $volume = $scriptsDir/Volume.sh
$waybar = $scriptsDir/Waybar.sh
-bind = SUPER, Y, exec, rofi -show run -theme
+
# see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = CTRL ALT, Delete, exec, hyprctl dispatch exit 0
bind = $mainMod SHIFT, C, exec, hyprctl reload
bind = $mainMod, D, exec, pkill rofi || rofi -show drun -modi run,drun,filebrowser
#bind = CTRL, D, exec, pkill rofi || rofi -dmenu
bind = $mainMod SHIFT, Q, killactive,
-bind = $mainMod SHIFT, Space, togglefloating,
+bind = $mainMod SHIFT, F, togglefloating,
+bind = $mainMod ALT, F, exec, hyprctl dispatch workspaceopt allfloat
bind = $mainMod, F, fullscreen
bind = $mainMod, Q, killactive,
bind = $mainMod, Return, exec, $term
@@ -61,7 +62,7 @@ bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod CTRL, Return, layoutmsg, swapwithmaster
bind = $mainMod, Space, exec, $scriptsDir/ChangeLayout.sh
bind = $mainMod ALT, V, exec, $scriptsDir/ClipManager.sh
-bind = $mainMod SHIFT, F, exec, hyprctl dispatch workspaceopt allfloat
+
# group
bind = $mainMod, G, togglegroup
bind = $mainMod, tab, workspace, m+1
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" "" \
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage