hyprland tweak
This commit is contained in:
parent
b251397b6d
commit
ed07847d4c
|
@ -37,8 +37,8 @@ in with lib; {
|
||||||
# Set environment variables to force wayland
|
# Set environment variables to force wayland
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
# env = GDK_BACKEND,wayland,x11
|
# env = GDK_BACKEND,wayland,x11
|
||||||
env = QT_QPA_PLATFORM,wayland;xcb
|
# env = QT_QPA_PLATFORM,wayland;xcb
|
||||||
env = SDL_VIDEODRIVER,wayland
|
# env = SDL_VIDEODRIVER,wayland
|
||||||
# env = CLUTTER_BACKEND,wayland
|
# env = CLUTTER_BACKEND,wayland
|
||||||
input {
|
input {
|
||||||
kb_layout = us
|
kb_layout = us
|
||||||
|
@ -273,6 +273,9 @@ in with lib; {
|
||||||
# OBS
|
# OBS
|
||||||
bind = SHIFT, F10, pass,^(com\.obsproject\.Studio)$
|
bind = SHIFT, F10, pass,^(com\.obsproject\.Studio)$
|
||||||
bind = SHIFT, F11, pass,^(com\.obsproject\.Studio)$
|
bind = SHIFT, F11, pass,^(com\.obsproject\.Studio)$
|
||||||
|
|
||||||
|
# Start polkit agent
|
||||||
|
exec-once = systemctl --user start plasma-polkit-agent.service
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue