diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2025-07-08 19:11:27 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2025-07-08 19:13:00 -0400 |
| commit | 66cf16d9f9124b5f6790565b2b98ead97e501595 (patch) | |
| tree | 0d49e52fc5d2a624cda547f5546c222e5779a1b3 /.config/hypr/hyprland.conf | |
| parent | a3f2d12da279d75432dcade5c35d9bed0eacd171 (diff) | |
xdg and plugins
Diffstat (limited to '.config/hypr/hyprland.conf')
| -rw-r--r-- | .config/hypr/hyprland.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 6a9e9c3..366fe5b 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -10,6 +10,12 @@ env = XCURSOR_THEME,whiteglass exec-once = startup exec-once = hyprctl dispatch workspace 1 +env = XDG_CURRENT_DESKTOP, Hyprland +env = XDG_SESSION_TYPE, wayland +env = XDG_SESSION_DESKTOP, Hyprland +exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP +exec-once = start-xdg-portal-hyprland + input { kb_layout = us kb_options = ctrl:nocaps |
