hyprland tweak

This commit is contained in:
Nathan McCarty 2023-07-03 20:22:10 -04:00
parent b251397b6d
commit ed07847d4c
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 207 additions and 204 deletions

View File

@ -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
''; '';
}; };