diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-16 18:21:00 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-16 18:21:00 +0900 |
| commit | 050e81ef95185114acbde3065cc180e18e93f8a2 (patch) | |
| tree | 3ab5e02a5334d8457e069a818b42b0bf04d6758f /config | |
| parent | 548ade37e52f92b70dfe08a53942ef1ac57b3ea7 (diff) | |
added some notes on kill bind
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index c295c141..c2ba9681 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -4,13 +4,12 @@ # /* ---- ✴️ Variables ✴️ ---- */ # $mainMod = SUPER -# Default $scriptsDir = $HOME/.config/hypr/scripts $UserConfigs = $HOME/.config/hypr/UserConfigs $UserScripts = $HOME/.config/hypr/UserScripts -bind = CTRL ALT, Delete, exec, hyprctl dispatch exit 0 -bind = $mainMod, Q, killactive, #kill +bind = CTRL ALT, Delete, exec, hyprctl dispatch exit 0 # exit Hyprland +bind = $mainMod, Q, killactive, # close active (not kill) bind = $mainMod SHIFT, Q, exec, $scriptsDir/KillActiveProcess.sh # Kill active process bind = CTRL ALT, L, exec, $scriptsDir/LockScreen.sh # screen lock bind = CTRL ALT, P, exec, $scriptsDir/Wlogout.sh # power menu @@ -147,4 +146,4 @@ bind = $mainMod, comma, workspace, e-1 # Move/resize windows with mainMod + LMB/RMB and dragging bindm = $mainMod, mouse:272, movewindow # NOTE: mouse:272 = left click -bindm = $mainMod, mouse:273, resizewindow # NOTE: mouse:272 = right click +bindm = $mainMod, mouse:273, resizewindow # NOTE: mouse:272 = right click
\ No newline at end of file |
