Changes in: hypr,
This commit is contained in:
parent
ebe64349f4
commit
e34d0d5f18
1 changed files with 5 additions and 4 deletions
|
@ -198,6 +198,7 @@ binde = , XF86MonBrightnessUp, exec, ~/.local/bin/backlight.sh up
|
||||||
# binde = , XF86MonBrightnessDown, exec, brightnessctl set 2%-
|
# binde = , XF86MonBrightnessDown, exec, brightnessctl set 2%-
|
||||||
# binde = , XF86MonBrightnessUp, exec, brightnessctl set +2%
|
# binde = , XF86MonBrightnessUp, exec, brightnessctl set +2%
|
||||||
|
|
||||||
|
bind = $mainMod_Shift, l, exec, hyprlock
|
||||||
|
|
||||||
bind = Alt, Tab , cyclenext
|
bind = Alt, Tab , cyclenext
|
||||||
bind = $mainMod, Tab, bringactivetotop,
|
bind = $mainMod, Tab, bringactivetotop,
|
||||||
|
@ -209,10 +210,10 @@ bind = $mainMod, S, exec,bash ~/.config/rofi/search/search.sh
|
||||||
|
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
bind = $mainMod, l, movefocus, l
|
bind = $mainMod, h, movefocus, l
|
||||||
bind = $mainMod, k, movefocus, r
|
bind = $mainMod, l, movefocus, r
|
||||||
bind = $mainMod, up, movefocus, u
|
bind = $mainMod, k, movefocus, u
|
||||||
bind = $mainMod, down, movefocus, d
|
bind = $mainMod, j, movefocus, d
|
||||||
|
|
||||||
# Switch workspaces with mainMod + [0-9]
|
# Switch workspaces with mainMod + [0-9]
|
||||||
bind = $mainMod, 1, workspace, 1
|
bind = $mainMod, 1, workspace, 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue