help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Starting Sway a Wayland window manager


From: Bone Baboon
Subject: Re: Starting Sway a Wayland window manager
Date: Sun, 28 Mar 2021 23:19:03 -0400

Joshua Branson writes:
> My .bash_profile is here:
>
> #+BEGIN_SRC sh
> # Honor per-interactive-shell startup file
> if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
>
> # shepherd
>
> if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
>     export MOZ_ENABLE_WAYLAND=1
>     export GUIX_PACKAGE_PATH=/home/joshua/prog/gnu/guix/guix-packages/
>     
> XDG_DATA_DIRS=/var/lib/flatpak/exports/share:/home/joshua/.local/share/flatpak/exports/share:$XDG_DATA_DIRS
>     # this may fix a bug that I have with termite confusing backspace as 
> space in guix environment
>     # export TERM=linux
>     shepherd -c /home/joshua/.config/shepherd/init.scm &
>     exec dbus-run-session sway
> fi
> #+END_SRC

What package includes `dbus-run-session`?  I do not have it installed on
my system?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]