diff options
| author | zachir <zachir@librem.one> | 2023-02-27 18:38:18 -0600 | 
|---|---|---|
| committer | zachir <zachir@librem.one> | 2023-02-27 18:38:18 -0600 | 
| commit | ca18f87bcb65b8046a760e0eea8a4e955a1c2d47 (patch) | |
| tree | 76d156e8842f38359f6a247c7f49e9a52bf57671 | |
| parent | 128770209494888ed5060fe64181e440e3cb547c (diff) | |
use st not foot, add fullscreen button, add REAPER in Xephyr
| -rw-r--r-- | hypr/hyprland.conf | 13 | 
1 files changed, 8 insertions, 5 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index cc7c331..567c77d 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -49,7 +49,7 @@ general {  #{{{ Misc options  misc {      enable_swallow = true -    swallow_regex = ^(foot)$ +    swallow_regex = ^(St)$  }  #}}} @@ -125,6 +125,7 @@ device:epic mouse V1 {  # windowrulev2 = float, class:^(kitty)$, title:^(kitty)$  # See https://wiki.hyprland.org/Configuring/Window-Rules/ for more  windowrule = windowdance, title:^(Rhythm Doctor)$ +windowrule = fullscreen, ^(Xephyr)$  windowrulev2 = float, class:^(yabridge-host.exe.so)$, title:^(menu)$  windowrulev2 = float,floating:0,title:^(menu*)  windowrulev2 = forceinput,title:^(menu*) @@ -186,9 +187,10 @@ binde = $mainMod $secdMod, J, resizeactive, 0 10 #DWINDLE  #}}}  #{{{ WC binds -bind = $mainMod+SHIFT, Q, killactive,  -bind = $mainMod+SHIFT, E, exit,  -bind = $mainMod+SHIFT, SPACE, togglefloating,  +bind = $mainMod SHIFT, Q, killactive,  +bind = $mainMod SHIFT, E, exit,  +bind = $mainMod SHIFT, SPACE, togglefloating,  +bind = $mainMod, F, fullscreen, 0  #}}}  #{{{ Workspace binds @@ -260,11 +262,12 @@ bind = $mainMod $secdMod, P, exec, passmenu  #}}}  #{{{ Misc bindings -bind = $mainMod, Return, exec, foot +bind = $mainMod, Return, exec, st  bind = $mainMod $secdMod, F, exec, foot lf  bind = $mainMod, W, exec, waytoggle  bind = $mainMod, Q, exec, loginctl lock-session  bind = $mainMod SHIFT, G, exec, get-app-id +bind = $mainMod CONTROL, R, exec, startx -- /usr/bin/Xephyr -screen 1920x1080 :1  #}}}  #{{{ Scratchpads  | 
