Modules/Hyprland: Slight config cleanup
This commit is contained in:
@@ -9,6 +9,8 @@ builtins.concatLists [
|
||||
[
|
||||
"hyprctl setcursor ${config.home.pointerCursor.name} ${builtins.toString config.home.pointerCursor.size}"
|
||||
"hyprsunset --identity"
|
||||
"waypaper --restore"
|
||||
"fcitx5"
|
||||
|
||||
# HACK: Hyprland doesn't set the xwayland/x11 keymap correctly
|
||||
"setxkbmap -layout ${hyprland.keyboard.layout} -variant ${hyprland.keyboard.variant} -option ${hyprland.keyboard.option} -model pc104"
|
||||
@@ -20,6 +22,11 @@ builtins.concatLists [
|
||||
# This is used for example when running systemd commands without root.
|
||||
# "systemctl --user start hyprpolkitagent.service"
|
||||
# "${pkgs.kdePackages.polkit-kde-agent-1}/libexec/polkit-kde-authentication-agent-1"
|
||||
"${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"
|
||||
|
||||
# TODO: This is started by niri already (extract to module so niri/hyprland can both use it)
|
||||
# "${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1"
|
||||
|
||||
# TODO: This is started by niri already (extract to module so niri/hyprland can both use it)
|
||||
"dunst"
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user