diff options
author | zachir <zachir@librem.one> | 2025-08-22 15:10:37 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-08-22 15:10:37 -0500 |
commit | 9de4b9c1d6538a9316f40d264fa1586baa41768b (patch) | |
tree | bb13110bbd382f332b402f669f5b5cec00bf132d /hypr/hyprland.conf | |
parent | 039d5db6ae70f294916cc635cb1273c385faeedb (diff) | |
parent | 64cb5528d33f1ee5c1e8d79ea4c8dcc5ddcded66 (diff) |
Merge branch 'master' into cla
Diffstat (limited to 'hypr/hyprland.conf')
-rw-r--r-- | hypr/hyprland.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 590ce06..0707db4 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -32,6 +32,7 @@ exec-once = xrdb -load "$XDG_CONFIG_HOME"/X11/xresources exec-once = easyeffects exec-once = systemctl --user start dunst exec-once = systemctl --user start hypridle +exec-once = xwayland-satellite :1 #exec-once = mpd #}}} @@ -41,6 +42,7 @@ env = HYPRCURSOR_THEME,theme_BreezeX-Black env = HYPRCURSOR_SIZE,32 env = XCURSOR_THEME,BreezeX-Black env = XCURSOR_SIZE,32 +env = DISPLAY=:1 #}}} # Source a file (multi-file configs) |