diff options
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprland.conf | 13 | ||||
-rw-r--r-- | hypr/hyprpaper.conf | 1 |
2 files changed, 8 insertions, 6 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 6a663f5..f94f806 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -55,7 +55,7 @@ general { #{{{ Misc options misc { enable_swallow = true - swallow_regex = ^(St)$ + swallow_regex = ^(foot)$ vfr = false } #}}} @@ -160,10 +160,11 @@ bind = $mainMod+SHIFT, J, layoutmsg, swapnext #MASTER bind = $mainMod+SHIFT, K, layoutmsg, swapprev #MASTER bind = $mainMod+SHIFT, H, layoutmsg, addmaster #MASTER bind = $mainMod+SHIFT, L, layoutmsg, removemaster #MASTER -bindr = $mainMod, J, layoutmsg, cyclenext -bindr = $mainMod, K, layoutmsg, cycleprev -bindr = $mainMod, H, splitratio, -0.01 #MASTER -bindr = $mainMod, L, splitratio, +0.01 #MASTER +binde = $mainMod, J, layoutmsg, cyclenext #MASTER +binde = $mainMod, K, layoutmsg, cycleprev #MASTER +binde = $mainMod, H, splitratio, -0.01 #MASTER +binde = $mainMod, L, splitratio, +0.01 #MASTER +bind = $mainMod+SHIFT, O, splitratio, exact 0.5 #MASTER bind = $mainMod, O, splitratio, exact 0.69 #MASTER #}}} @@ -264,7 +265,7 @@ submap = reset #{{{ Menu bindings bind = $mainMod, R, exec, exec j4-dmenu-desktop --dmenu="bemenu -i -l 10 -p \"Run:\"" -bind = $mainMod, D, exec, exec bemenu-run -l 15 -p "Run:" +bind = $mainMod, D, exec, exec bemenu-run -i -l 15 -p "Run:" bind = $mainMod $secdMod, Q, exec, qbc bind = $mainMod $secdMod, W, exec, lwc bind = $mainMod $secdMod, E, exec, mbc diff --git a/hypr/hyprpaper.conf b/hypr/hyprpaper.conf index 1b8480c..65bc2e3 100644 --- a/hypr/hyprpaper.conf +++ b/hypr/hyprpaper.conf @@ -6,6 +6,7 @@ preload = ~/background.jpg #set the default wallpaper(s) seen on inital workspace(s) --depending on the number of monitors used wallpaper = eDP-1,~/background.jpg wallpaper = HDMI-A-1,~/background.jpg +wallpaper = HDMI-A-2,~/background.jpg wallpaper = DP-1,~/background.jpg #if more than one monitor in use, can load a 2nd image #wallpaper = monitor2,~/background.jpg |