Compare commits

...

2 commits

Author SHA1 Message Date
Benjamin Palko
1fb43470a8 global obs record keybind 2025-08-26 23:34:28 -04:00
Benjamin Palko
d292736b31 persistent ws 5 2025-08-26 11:47:12 -04:00
2 changed files with 6 additions and 7 deletions

View file

@ -4,6 +4,11 @@ bind = $mainMod, ESCAPE, global, lux:power-menu
bind = $mainMod, R, global, lux:launcher
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
# Global
bind = SUPER, F10, sendshortcut, CTRL, F10, class:^(com\.obsproject\.Studio)$
# Programs
bind = $mainMod, T, exec, $terminal
bind = $mainMod, X, killactive,
bind = $mainMod, E, exec, $fileManager

View file

@ -1,12 +1,5 @@
# Example windowrule v1
# windowrule = float, ^(kitty)$
# Example windowrule v2
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
windowrule = nomaxsize, class:.* # You'll probably like this.
# windowrulev2 = opacity 1 0.6, class:.*
# Apps
windowrule = idleinhibit fullscreen, class:^(*)$
@ -33,4 +26,5 @@ workspace = 1, persistent:true
workspace = 2, persistent:true
workspace = 3, persistent:true
workspace = 4, persistent:true
workspace = 5, persistent:true