From bc8a465da9dbba30f0c0abe2cc90def3315aebc0 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 15 May 2024 09:40:27 -0400 Subject: i forgor to commit stuff --- .zprofile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to '.zprofile') diff --git a/.zprofile b/.zprofile index 0ff3230..8b1d0a7 100644 --- a/.zprofile +++ b/.zprofile @@ -9,9 +9,15 @@ export EDITOR=nvim export _JAVA_AWT_WM_NONREPARENTING=1 export MOZ_ENABLE_WAYLAND=1 export MOZ_USE_XINPUT2=1 +<<<<<<< HEAD # xdg export XDG_CURRENT_DESKTOP=sway +======= +export WLR_NO_HARDWARE_CURSORS=1 + +# xdg +>>>>>>> f9676b9 (a) export XDG_CONFIG_HOME=$HOME/.config export XDG_DATA_HOME=$HOME/.local/share export XDG_DATA_DIRS=/usr/local/share:/usr/share @@ -42,11 +48,13 @@ while true; do case "$choice" in "s") echo "Launching sway..." + export XDG_CURRENT_DESKTOP=sway exec dbus-run-session sway &> $HOME/.log/sway ;; "h") echo "Launching Hyprland..." - exec Hyprland &> $HOME/.log/Hyprland + export XDG_CURRENT_DESKTOP=Hyprland + exec dbus-run-session Hyprland &> $HOME/.log/Hyprland ;; "t") exec cage -s kitty -- -o font_size=14 &> $HOME/.log/kitty -- cgit v1.2.3-freya