mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Various fixes for gaming
This commit is contained in:
parent
2eea633dc4
commit
467b45963a
7 changed files with 54 additions and 5 deletions
|
@ -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
|
||||
|
|
5
user/wm/hyprland/hyprprofiles/profiles/Gaming/start-hook.sh
Executable file
5
user/wm/hyprland/hyprprofiles/profiles/Gaming/start-hook.sh
Executable 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)'
|
Loading…
Add table
Add a link
Reference in a new issue