added vim keys as main nav method

main
The_miro 2025-03-13 15:18:52 +01:00
parent 542c7d9e61
commit 3bc208790a
2 changed files with 54 additions and 21 deletions

View File

@ -36,3 +36,7 @@
2025/03/06 (09:06:42) | WARNING: NVML: Failed to get maximum GPU power draw, defaulting to 225W: Not Supported 2025/03/06 (09:06:42) | WARNING: NVML: Failed to get maximum GPU power draw, defaulting to 225W: Not Supported
2025/03/06 (09:06:42) | WARNING: Intel GPU: Failed to initialize PMU 2025/03/06 (09:06:42) | WARNING: Intel GPU: Failed to initialize PMU
2025/03/06 (11:21:19) | ERROR: Stall in Runner thread, restarting! 2025/03/06 (11:21:19) | ERROR: Stall in Runner thread, restarting!
2025/03/13 (15:09:25) | ===> btop++ v.1.4.0
2025/03/13 (15:09:25) | WARNING: NVML: Failed to get maximum GPU power draw, defaulting to 225W: Not Supported
2025/03/13 (15:09:25) | WARNING: Intel GPU: Failed to initialize PMU

View File

@ -22,17 +22,22 @@ $navright = right
$navup = up $navup = up
$navdown = down $navdown = down
$vimleft = h
$vimright = l
$vimup = k
$vimdown = j
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, T, exec, $terminal bind = $mainMod, T, exec, $terminal
bind = $mainMod, Z, exec, $terminal btop bind = $mainMod, Z, exec, $terminal btop
bind = $mainMod, K, killactive, bind = $mainMod, Q, killactive,
bind = $mainMod, M, exec, $editor bind = $mainMod, M, exec, $editor
bind = $mainMod, F, exec, $fileManager bind = $mainMod, F, exec, $fileManager
bind = $mainMod, V, togglefloating, bind = $mainMod, V, togglefloating,
#bind = $mainMod, H, movecurrentworkspacetomonitor #bind = $mainMod, H, movecurrentworkspacetomonitor
bind = $mainMod, H, pseudo, # dwindle bind = $mainMod, C, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, B, togglesplit, # dwindle
bind = $mainMod, L, exec, hyprctl dispatch exit 1 bind = $mainMod SHIFT, O, exec, hyprctl dispatch exit 1
#bind = $mainMod, A, exec, killall waybar ; waybar #bind = $mainMod, A, exec, killall waybar ; waybar
bind = $mainMod, E, exec, eww reload bind = $mainMod, E, exec, eww reload
bind = $mainMod, N, exec, nextcloud bind = $mainMod, N, exec, nextcloud
@ -40,11 +45,17 @@ bind = $mainMod, I, exec, env GTK_THEME=cyberqueer bash ~/Dotfiles/desktopenvs/
bind = $mainMod, S, exec, [tag +mixer] kitty pulsemixer bind = $mainMod, S, exec, [tag +mixer] kitty pulsemixer
bind = $mainMod, X, exec, wofi --show=run bind = $mainMod, X, exec, wofi --show=run
# Move focus with mainMod + vim keys
bind = $mainMod, $vimleft, movefocus, l
bind = $mainMod, $vimright, movefocus, r
bind = $mainMod, $vimup, movefocus, u
bind = $mainMod, $vimdown, movefocus, d
#Move focus with mainMod + arrow keys #Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l bind = $mainMod, $navleft, movefocus, l
bind = $mainMod, right, movefocus, r bind = $mainMod, $navright, movefocus, r
bind = $mainMod, up, movefocus, u bind = $mainMod, $navup, movefocus, u
bind = $mainMod, down, movefocus, d bind = $mainMod, $navdown, movefocus, d
# Switch workspaces with mainMod + [0-9] # Switch workspaces with mainMod + [0-9]
bind = $mainMod, 1, workspace, 1 bind = $mainMod, 1, workspace, 1
@ -119,15 +130,28 @@ bind = CTRL SHIFT, R, exec, wofi --show drun
#bind = $mainMod, A, submap, fastedit #bind = $mainMod, A, submap, fastedit
#submap = fastedit #submap = fastedit
bind = $mainMod ALT, right, resizeactive, 10 0 bind = $mainMod ALT, $navright, resizeactive, 10 0
bind = $mainMod ALT, left, resizeactive, -10 0 bind = $mainMod ALT, $navleft, resizeactive, -10 0
bind = $mainMod ALT, up, resizeactive, 0 -10 bind = $mainMod ALT, $navup, resizeactive, 0 -10
bind = $mainMod ALT, down, resizeactive, 0 10 bind = $mainMod ALT, $navdown, resizeactive, 0 10
bind = $mainMod SHIFT, $navleft, movewindow, l
bind = $mainMod SHIFT, $navright, movewindow, r
bind = $mainMod SHIFT, $navup, movewindow, u
bind = $mainMod SHIFT, $navdown, movewindow, d
#vim key window nav
bind = $mainMod ALT, $vimright, resizeactive, 10 0
bind = $mainMod ALT, $vimleft, resizeactive, -10 0
bind = $mainMod ALT, $vimup, resizeactive, 0 -10
bind = $mainMod ALT, $vimdown, resizeactive, 0 10
bind = $mainMod SHIFT, $vimleft, movewindow, l
bind = $mainMod SHIFT, $vimright, movewindow, r
bind = $mainMod SHIFT, $vimup, movewindow, u
bind = $mainMod SHIFT, $vimdown, movewindow, d
bind = $mainMod SHIFT, left, movewindow, l
bind = $mainMod SHIFT, right, movewindow, r
bind = $mainMod SHIFT, up, movewindow, u
bind = $mainMod SHIFT, down, movewindow, d
#nwg-dock-hyprland #nwg-dock-hyprland
@ -145,10 +169,15 @@ bindr = $mainMod, D, exec, nwg-dock-hyprland
bind = $mainMod ALT, C, togglegroup, bind = $mainMod ALT, C, togglegroup,
bind = $mainMod SHIFT, C, lockactivegroup, toggle bind = $mainMod SHIFT, C, lockactivegroup, toggle
bind = $mainMod SHIFT ALT, left, movewindoworgroup, l bind = $mainMod SHIFT ALT, $navleft, movewindoworgroup, l
bind = $mainMod SHIFT ALT, right, movewindoworgroup, r bind = $mainMod SHIFT ALT, $navright, movewindoworgroup, r
bind = $mainMod SHIFT ALT, up, movewindoworgroup, u bind = $mainMod SHIFT ALT, $navup, movewindoworgroup, u
bind = $mainMod SHIFT ALT, down, movewindoworgroup, d bind = $mainMod SHIFT ALT, $navdown, movewindoworgroup, d
bind = $mainMod SHIFT ALT, $vimleft, movewindoworgroup, l
bind = $mainMod SHIFT ALT, $vimright, movewindoworgroup, r
bind = $mainMod SHIFT ALT, $vimup, movewindoworgroup, u
bind = $mainMod SHIFT ALT, $vimdown, movewindoworgroup, d
bind = $mainMod, A, changegroupactive, f bind = $mainMod, A, changegroupactive, f
bind = $mainMod, Y, changegroupactive, b bind = $mainMod, Y, changegroupactive, b