Various fixes for gaming

This commit is contained in:
Emmet 2023-12-30 11:05:40 -06:00
parent 2eea633dc4
commit 467b45963a
7 changed files with 54 additions and 5 deletions

View file

@ -188,6 +188,10 @@
windowrulev2 = workspace special silent,$pavucontrol
windowrulev2 = opacity 0.80,$pavucontrol
windowrulev2 = float,title:^(Kdenlive)$
windowrulev2 = float,class:^(pokefinder)$
windowrulev2 = opacity 0.85,$gearyscratchpad
windowrulev2 = opacity 0.80,title:ORUI
windowrulev2 = opacity 0.80,title:Heimdall

View file

@ -0,0 +1,5 @@
#!/bin/sh
hyprctl keyword unbind SUPER,S;
hyprctl keyword bind SUPER,S,exec,container-open Gaming;
emacsclient --eval '(org-roam-switch-db "Producer.p\/Rinias.p" t)'