feature: style update, waybar update, funny fastfetch update and other fixes
This commit is contained in:
@@ -6,6 +6,10 @@ bindln = Shift_L, ALT_L, exec, hyprctl switchxkblayout main next
|
||||
bindln = ALT_L, Shift_L, exec, hyprctl switchxkblayout main next
|
||||
|
||||
|
||||
# enter key bind
|
||||
bind = $mainMod, space, sendshortcut, , Return, activewindow
|
||||
|
||||
|
||||
# Toggle performance mode
|
||||
bind = $mainMod, F1, exec, ~/.config/hypr/scripts/mode-performance.sh
|
||||
|
||||
@@ -52,11 +56,11 @@ bind = $mainMod, code:49, exec, hyprlock
|
||||
|
||||
|
||||
# waybar bind
|
||||
bindr = $mainMod, w, exec, pkill -9 waybar || uwsm app -- waybar
|
||||
bind = $mainMod, W, exec, pkill -9 waybar || uwsm app -- waybar
|
||||
|
||||
|
||||
# quickshell bind
|
||||
bindr = $mainMod SHIFT, w, exec, pkill -9 quickshell || uwsm app -- quickshell
|
||||
bind = $mainMod SHIFT, W, exec, pkill -9 quickshell || uwsm app -- quickshell
|
||||
|
||||
|
||||
# multimedia binds
|
||||
@@ -82,27 +86,27 @@ bind = , XF86PowerOff, exec, systemctl suspend
|
||||
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
binde = $mainMod, H, movefocus, l
|
||||
binde = $mainMod, L, movefocus, r
|
||||
binde = $mainMod, K, movefocus, u
|
||||
binde = $mainMod, J, movefocus, d
|
||||
binde = $mainMod, h, movefocus, l
|
||||
binde = $mainMod, l, movefocus, r
|
||||
binde = $mainMod, k, movefocus, u
|
||||
binde = $mainMod, j, movefocus, d
|
||||
|
||||
binde = $mainMod, left, movefocus, l
|
||||
binde = $mainMod, left, movefocus, l
|
||||
binde = $mainMod, right, movefocus, r
|
||||
binde = $mainMod, up, movefocus, u
|
||||
binde = $mainMod, down, movefocus, d
|
||||
binde = $mainMod, up, movefocus, u
|
||||
binde = $mainMod, down, movefocus, d
|
||||
|
||||
binde = $mainMod SHIFT, H, movewindow, l
|
||||
binde = $mainMod SHIFT, L, movewindow, r
|
||||
binde = $mainMod SHIFT, K, movewindow, u
|
||||
binde = $mainMod SHIFT, J, movewindow, d
|
||||
binde = $mainMod SHIFT, h, movewindow, l
|
||||
binde = $mainMod SHIFT, l, movewindow, r
|
||||
binde = $mainMod SHIFT, k, movewindow, u
|
||||
binde = $mainMod SHIFT, j, movewindow, d
|
||||
|
||||
binde = $mainMod SHIFT, left, movewindow, l
|
||||
binde = $mainMod SHIFT, left, movewindow, l
|
||||
binde = $mainMod SHIFT, right, movewindow, r
|
||||
binde = $mainMod SHIFT, up, movewindow, u
|
||||
binde = $mainMod SHIFT, down, movewindow, d
|
||||
binde = $mainMod SHIFT, up, movewindow, u
|
||||
binde = $mainMod SHIFT, down, movewindow, d
|
||||
|
||||
binde = ALT, TAB, cyclenext
|
||||
binden = ALT, TAB, cyclenext
|
||||
|
||||
|
||||
# Scroll through existing workspaces with mainMod + scroll
|
||||
@@ -119,8 +123,13 @@ bindm = $mainMod SHIFT, mouse:272, resizewindow
|
||||
# Resize with keyboard
|
||||
binde = $mainMod CTRL, h, resizeactive, -30 0
|
||||
binde = $mainMod CTRL, l, resizeactive, 30 0
|
||||
binde = $mainMod CTRL, j, resizeactive, 0 30
|
||||
binde = $mainMod CTRL, k, resizeactive, 0 -30
|
||||
binde = $mainMod CTRL, j, resizeactive, 0 30
|
||||
|
||||
binde = $mainMod CTRL, left, resizeactive, -30 0
|
||||
binde = $mainMod CTRL, right, resizeactive, 30 0
|
||||
binde = $mainMod CTRL, up, resizeactive, 0 -30
|
||||
binde = $mainMod CTRL, down, resizeactive, 0 30
|
||||
|
||||
|
||||
# Focus on initial workspace (TODO: different for monitors)
|
||||
|
||||
Reference in New Issue
Block a user