diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-28 21:17:35 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-02-28 21:17:35 +0100 |
commit | c07f461f77a962292b768495d3135ccdac14e39d (patch) | |
tree | 2d5735519c5e9992182ea13b3252a0ce1aa94bc6 /config/hyprland | |
parent | aac16e37518c4c86d7648db51fcc17310e2e4de8 (diff) | |
parent | 3df6f72820f43f1267dd7d77a32a30dbaf9561d9 (diff) |
Merge remote-tracking branch 'refs/remotes/origin/main'
Diffstat (limited to 'config/hyprland')
-rw-r--r-- | config/hyprland/hypr/hyprland.conf | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf index 7ae5795..c570fb4 100644 --- a/config/hyprland/hypr/hyprland.conf +++ b/config/hyprland/hypr/hyprland.conf @@ -7,7 +7,7 @@ monitor=,preferred,auto,1 # Execute your favorite apps at launch exec-once = gammastep # exec-once = waybar -exec-once = swaybg -i ~/pictures/wallpaper +exec-once = swaybg -i ~/pics/wallpaper # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf @@ -106,7 +106,7 @@ $mainMod = SUPER bind = $mainMod, Return, exec, $term bind = $mainMod, C, killactive, -bind = $mainMod SHIFT, Q, exit, +bind = $mainMod, Q, exit, bind = $mainMod, F, togglefloating, bind = $mainMod SHIFT, Return, exec, wofi -S run bind = $mainMod SHIFT, P, pseudo, # dwindle @@ -118,17 +118,12 @@ bind = $mainMod, H, movefocus, l bind = $mainMod, J, movefocus, d bind = $mainMod, K, movefocus, u bind = $mainMod, L, movefocus, r -bind = $mainMod SHIFT, J, swapnext -bind = $mainMod SHIFT, K, swapnext, prev - -bind = $mainMod, R, submap, resize -submap = resize -binde =, H, resizeactive, -30 0 -binde =, J, resizeactive, 0 30 -binde =, K, resizeactive, 0 -30 -binde =, L, resizeactive, 30 0 -bind = $mainMod, R , submap, reset -submap = reset +bind = $mainMod , SPACE, swapnext + +binde = $mainMod SHIFT, H, resizeactive, -30 0 +binde = $mainMod SHIFT, J, resizeactive, 0 30 +binde = $mainMod SHIFT, K, resizeactive, 0 -30 +binde = $mainMod SHIFT, L, resizeactive, 30 0 bind = $mainMod, 1, workspace, 1 bind = $mainMod, 2, workspace, 2 |