diff options
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprland.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 52d4254..881fd6a 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -2,8 +2,8 @@ #{{{ Monitor config monitor = eDP-1, 1920x1080@60, 0x0, 1 monitor = , preferred, auto, 1 -monitor = HDMI-A-1, 1920x1080@60, 0x0, 1 -monitor = DP-1, 1920x1080@60, 1920x0, 1 +monitor = HDMI-A-1, 1920x1080@75, 1920x0, 1 +monitor = DP-1, 1920x1080@60, 0x0, 1 #}}} # See https://wiki.hyprland.org/Configuring/Keywords/ for more @@ -18,12 +18,15 @@ exec-once = hypridle exec-once = waybar exec-once = pypr exec-once = lxqt-policykit-agent +exec-once = systemctl --user start dunst exec-once = import-gsettings gtk-theme 'Flat-Remix-GTK-Green-Darkest-Solid' exec-once = import-gsettings icon-theme 'Mint-X-Grey' exec-once = import-gsettings cursor-theme 'Breeze' exec-once = xrdb -load "$XDG_CONFIG_HOME"/X11/xresources exec-once = com.github.wwmm.easyeffects exec-once = mpd +exec-once = systemctl --user import-environment DISPLAY +exec-once = systemctl --user import-environment WAYLAND_DISPLAY #}}} #{{{ env |