From 5f5c7ae2b24b4a629480bba1eab97ab686c3bc41 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 21 Sep 2023 11:42:17 +0200 Subject: Update hyprland config --- .config/hypr/hyprland.conf | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index d484720..f9ddae9 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -1,15 +1,19 @@ monitor=,preferred,auto,1 +exec-once=waybar -c ~/.config/waybar/config-hyprland.json +exec-once=waybar -c ~/.config/waybar/config.json + exec-once=dunst -exec-once=keepassx exec-once=ntfy sub --from-config exec-once=swaybg -i "$(find ~/pictures/wallpapers/1920x1080 | shuf -n 1)" exec-once=swayidle -exec-once=waybar -c ~/.config/waybar/config-hyprland.json -exec-once=waybar -c ~/.config/waybar/config.json # TODO: polkit agent # TODO: PipeWire +exec-once=keepassx +exec-once=nextcloud +exec-once=nm-applet + input { kb_file= kb_layout= @@ -22,6 +26,7 @@ input { touchpad { natural_scroll=no + tap-to-click=no } sensitivity=0 # -1.0 - 1.0, 0 means no modification. -- cgit v1.1