added master binds and zoom bind
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
# ~/.config/hypr/conf.d/40-keybinds.conf
|
||||
|
||||
input {
|
||||
kb_layout = eu
|
||||
kb_layout = ultimatekeys
|
||||
#kb_layout = eu
|
||||
#kb_layout = us
|
||||
#kb_variant = altgr-intl
|
||||
#kb_options = lv3:ralt_switch
|
||||
@@ -31,9 +32,17 @@ $lockcmd = hyprlock
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
# Layout Binds
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
bind = $mainMod SHIFT, J, swapsplit, # dwindle
|
||||
# dwindle
|
||||
bind = $mainMod, P, pseudo,
|
||||
bind = $mainMod, J, togglesplit,
|
||||
bind = $mainMod SHIFT, J, swapsplit,
|
||||
|
||||
# master
|
||||
bind = $mainMod, Tab, layoutmsg, swapwithmaster
|
||||
bind = $mainMod SHIFT, Tab, layoutmsg, addmaster
|
||||
bind = $mainMod CTRL, Tab, layoutmsg, removemaster
|
||||
bind = $mainMod CTRL SHIFT, Tab, layoutmsg, rollnext
|
||||
|
||||
bind = $mainMod SHIFT, T, togglegroup, # tabbed i3 like
|
||||
bind = $mainMod, T, changegroupactive, # tabbed change active
|
||||
bind = $mainMod, F, fullscreen,
|
||||
@@ -46,7 +55,7 @@ bind = $mainMod ALT_L, L, movewindoworgroup, r
|
||||
# Usability
|
||||
bind = $mainMod SHIFT, Q, killactive,
|
||||
bind = $mainMod, L, exec, $lockcmd
|
||||
bind = $mainMod, M, exit,
|
||||
#bind = $mainMod SHIFT CTRL, M, exit,
|
||||
|
||||
# App Binds
|
||||
bind = $mainMod, return, exec, $terminal
|
||||
@@ -137,3 +146,6 @@ bindel = , XF86AudioMicMute, exec, swayosd-client --input-volume mute-toggle
|
||||
bindel = , XF86MonBrightnessUp, exec, swayosd-client --brightness raise
|
||||
bindel = , XF86MonBrightnessDown, exec, swayosd-client --brightness lower
|
||||
|
||||
# ZoomControl
|
||||
bind = $mainMod, M, exec, hyprctl keyword cursor:zoom_factor 2
|
||||
bind = $mainMod SHIFT, M, exec, hyprctl keyword cursor:zoom_factor 1
|
||||
|
Reference in New Issue
Block a user