Changes in: hypr,

This commit is contained in:
ayushDumasia 2025-03-18 15:05:35 +05:30
parent ebe64349f4
commit e34d0d5f18

View file

@ -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