diff options
Diffstat (limited to 'hypr')
| -rw-r--r-- | hypr/hyprland.conf | 17 | ||||
| -rw-r--r-- | hypr/hyprpaper.conf | 1 | 
2 files changed, 10 insertions, 8 deletions
| diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 6a663f5..a363aa8 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 = ^(Alacritty)$      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 @@ -278,8 +279,8 @@ bind = $mainMod $secdMod, P, exec, passmenu  #}}}  #{{{ Misc bindings -bind = $mainMod, Return, exec, foot -bind = $mainMod $secdMod, F, exec, foot lfrun +bind = $mainMod, Return, exec, alacritty +bind = $mainMod $secdMod, F, exec, alacritty -e lfrun  bind = $mainMod, W, exec, t waybar  bind = $mainMod, Q, exec, loginctl lock-session  bind = $mainMod SHIFT, G, exec, get-app-id 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 | 
