resturctured a bit, added shutdown keycombo
This commit is contained in:
parent
c28a6769ac
commit
1c9a31ee6e
1 changed files with 8 additions and 5 deletions
|
@ -118,8 +118,8 @@ gestures {
|
||||||
#}
|
#}
|
||||||
|
|
||||||
# toolkit-specific scale
|
# toolkit-specific scale
|
||||||
#env = GDK_SCALE,2
|
# env = GDK_SCALE,2
|
||||||
#env = XCURSOR_SIZE,24
|
# env = XCURSOR_SIZE,24
|
||||||
|
|
||||||
# Example windowrule v1
|
# Example windowrule v1
|
||||||
# windowrule = float, ^(kitty)$
|
# windowrule = float, ^(kitty)$
|
||||||
|
@ -131,6 +131,9 @@ gestures {
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
|
|
||||||
|
|
||||||
|
# Custom Mappings
|
||||||
|
#
|
||||||
# Eject = XF86Eject
|
# Eject = XF86Eject
|
||||||
# XF86Tools = F13
|
# XF86Tools = F13
|
||||||
# XF86Launch5 = F14
|
# XF86Launch5 = F14
|
||||||
|
@ -138,11 +141,13 @@ $mainMod = SUPER
|
||||||
# ...
|
# ...
|
||||||
# XF86Launch9 = F18
|
# XF86Launch9 = F18
|
||||||
# NoSymbol = F19
|
# NoSymbol = F19
|
||||||
|
bind = $mainMod, XF86Tools, exec, shutdown now
|
||||||
bind = , XF86Tools, exec, playerctl previous
|
bind = , XF86Tools, exec, playerctl previous
|
||||||
bind = , XF86Launch5, exec, playerctl play-pause
|
bind = , XF86Launch5, exec, playerctl play-pause
|
||||||
bind = , XF86Launch6, exec, playerctl next
|
bind = , XF86Launch6, exec, playerctl next
|
||||||
|
bind = CTRL ALT, DELETE, exec, swaylock
|
||||||
|
|
||||||
|
# Default Mappings
|
||||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||||
bind = $mainMod, Q, exec, kitty
|
bind = $mainMod, Q, exec, kitty
|
||||||
bind = $mainMod, C, killactive,
|
bind = $mainMod, C, killactive,
|
||||||
|
@ -193,5 +198,3 @@ bind = $mainMod, mouse_up, workspace, e-1
|
||||||
bindm = $mainMod, mouse:272, movewindow
|
bindm = $mainMod, mouse:272, movewindow
|
||||||
bindm = $mainMod, mouse:273, resizewindow
|
bindm = $mainMod, mouse:273, resizewindow
|
||||||
|
|
||||||
# Add swaylock
|
|
||||||
bind = CTRL ALT, DELETE, exec, swaylock
|
|
||||||
|
|
Loading…
Reference in a new issue