diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-06 13:12:58 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-06 13:12:58 +0900 |
| commit | cb5e0b87900306ff00ad27178c51b9140e594170 (patch) | |
| tree | ede7659059e5b54aa4a1ec0b99deffee2384c24d /config/hypr/configs/Keybinds.conf | |
| parent | 7b058a7d9573d87c1e0b6c551c77e6a8f009be58 (diff) | |
Added hints
Diffstat (limited to 'config/hypr/configs/Keybinds.conf')
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index 26706f23..a5215dfe 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -43,7 +43,8 @@ bind = $mainMod, W, exec, $wallpaper swaybg bind = $mainMod SHIFT, W, exec, $scriptsDir/WaybarStyles.sh bind = $mainMod CTRL, W, exec, $scriptsDir/WallpaperSelect.sh bind = $mainMod ALT, W, exec, $scriptsDir/ChangeLayoutMenu.sh -bind = $mainMod, H, exec, $scriptsDir/Help.sh +bind = $mainMod SHIFT, H, exec, $scriptsDir/Help.sh +bind = $mainMod, H, exec, $scriptsDir/KeyHints.sh bind = $mainMod, E, exec, $scriptsDir/QuickEdit.sh bind = $mainMod, B, exec, killall -SIGUSR1 waybar # Toggle hide/show waybar bind = $mainMod SHIFT, G, exec, $scriptsDir/GameMode.sh @@ -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 |
