hypr config updated
This commit is contained in:
parent
5358667675
commit
d03c47177e
@ -16,14 +16,18 @@ bind = $mainMod, V, togglefloating, # toggle float
|
|||||||
bind = $mainMod, A, exec, $toggle_menu_cmd # wofi
|
bind = $mainMod, A, exec, $toggle_menu_cmd # wofi
|
||||||
bind = $mainMod, P, pseudo, # pseudo
|
bind = $mainMod, P, pseudo, # pseudo
|
||||||
bind = $mainMod, DELETE, exit, # pseudo
|
bind = $mainMod, DELETE, exit, # pseudo
|
||||||
bind = $mainMod, J, togglesplit, # toggle split
|
bind = $mainMod, R, togglesplit, # toggle split
|
||||||
bind = $mainMod, L, exec, hyprlock # lock screen
|
bind = $mainMod SHIFT, L, exec, hyprlock # lock screen
|
||||||
|
|
||||||
# ────────────────────────── window move focus ────────────────────────
|
# ────────────────────────── window move focus ────────────────────────
|
||||||
bind = $mainMod, left, movefocus, l
|
bind = $mainMod, left, movefocus, l
|
||||||
bind = $mainMod, right, movefocus, r
|
bind = $mainMod, right, movefocus, r
|
||||||
bind = $mainMod, up, movefocus, u
|
bind = $mainMod, up, movefocus, u
|
||||||
bind = $mainMod, down, movefocus, d
|
bind = $mainMod, down, movefocus, d
|
||||||
|
bind = $mainMod, H, movefocus, l
|
||||||
|
bind = $mainMod, L, movefocus, r
|
||||||
|
bind = $mainMod, K, movefocus, u
|
||||||
|
bind = $mainMod, J, movefocus, d
|
||||||
|
|
||||||
# ────────────────────────── switch workspaces ────────────────────────
|
# ────────────────────────── switch workspaces ────────────────────────
|
||||||
bind = $mainMod, 1, workspace, 1
|
bind = $mainMod, 1, workspace, 1
|
||||||
@ -36,8 +40,9 @@ bind = $mainMod, 7, workspace, 7
|
|||||||
bind = $mainMod, 8, workspace, 8
|
bind = $mainMod, 8, workspace, 8
|
||||||
bind = $mainMod, 9, workspace, 9
|
bind = $mainMod, 9, workspace, 9
|
||||||
bind = $mainMod, 0, workspace, 10
|
bind = $mainMod, 0, workspace, 10
|
||||||
bind = $mainMod CTRL, H, workspace, -1
|
binde = $mainMod CTRL, H, workspace, -1
|
||||||
bind = $mainMod CTRL, L, workspace, +1
|
binde = $mainMod CTRL, L, workspace, +1
|
||||||
|
binde = $mainMod CTRL, J, workspace, previous
|
||||||
|
|
||||||
# ─────────────────────── move window to workspace ───────────────────────
|
# ─────────────────────── move window to workspace ───────────────────────
|
||||||
bind = $mainMod SHIFT, 1, movetoworkspace, 1
|
bind = $mainMod SHIFT, 1, movetoworkspace, 1
|
||||||
@ -52,6 +57,7 @@ bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
|||||||
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||||
bind = $mainMod CTRL SHIFT, H, movetoworkspace, -1
|
bind = $mainMod CTRL SHIFT, H, movetoworkspace, -1
|
||||||
bind = $mainMod CTRL SHIFT, L, movetoworkspace, +1
|
bind = $mainMod CTRL SHIFT, L, movetoworkspace, +1
|
||||||
|
bind = $mainMod CTRL SHIFT, J, movetoworkspace, previous
|
||||||
|
|
||||||
# ───────────────────────── workspace/scratchpad ─────────────────────────
|
# ───────────────────────── workspace/scratchpad ─────────────────────────
|
||||||
bind = , F12, togglespecialworkspace, magic
|
bind = , F12, togglespecialworkspace, magic
|
||||||
|
@ -168,6 +168,8 @@ windowrule = size 300 400,(copyq)
|
|||||||
|
|
||||||
windowrule = float, (copyq|pavucontrol|blueman-manager|wofi|rofi)
|
windowrule = float, (copyq|pavucontrol|blueman-manager|wofi|rofi)
|
||||||
windowrule = center, (wofi)
|
windowrule = center, (wofi)
|
||||||
|
windowrule = workspace 3, title:^(.*)(Telegram)(.*)$
|
||||||
|
windowrule = workspace 2, title:^(.*)(Firefox)(.*)$
|
||||||
windowrule = move onscreen cursor,(copyq|pavucontrol|blueman-manager)
|
windowrule = move onscreen cursor,(copyq|pavucontrol|blueman-manager)
|
||||||
# Example windowrule v2
|
# Example windowrule v2
|
||||||
windowrulev2 = float,class:^(cursor-float)$
|
windowrulev2 = float,class:^(cursor-float)$
|
||||||
|
Loading…
x
Reference in New Issue
Block a user