summaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile10
1 files changed, 9 insertions, 1 deletions
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