diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-01-19 15:17:11 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2025-01-19 15:17:11 +0300 |
commit | 8003d445c2fdba680aac7d927ea72195cb080f62 (patch) | |
tree | 6494ecfbe3539abefc48485264986030c5ff9d6b /dotfiles/.profile | |
parent | cc362d3ad8f524eeb234638c5779e50324182567 (diff) | |
download | swayrice-8003d445c2fdba680aac7d927ea72195cb080f62.tar.gz swayrice-8003d445c2fdba680aac7d927ea72195cb080f62.zip |
niri: config improvements
* Move pipewire start up back to niri's config; niri doesn't require
pipewire to be activated beforeheand anymore.
* Add in-column window swap bind.
* Add startup jingle, because why not.
Diffstat (limited to 'dotfiles/.profile')
-rw-r--r-- | dotfiles/.profile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dotfiles/.profile b/dotfiles/.profile index 0521be1..12dfd13 100644 --- a/dotfiles/.profile +++ b/dotfiles/.profile @@ -53,9 +53,6 @@ eval "$(dircolors "$HOME/.config/dir_colors")" # Start sway automatically upon login on tty1 or tty2 if [ -z $DISPLAY ]; then if [ $(tty) = /dev/tty1 ] || [ $(tty) = /dev/tty2 ]; then - pipewire > ~/.cache/pw.log 2>&1 & - wireplumber > ~/.cache/wireplumber.log 2>&1 & - pipewire-pulse > ~/.cache/pw-pulse.log 2>&1 & exec dbus-run-session niri --session > ~/.cache/niri.log 2>&1 elif [ $(tty) = /dev/tty3 ]; then exec dbus-run-session sway 2> ~/.cache/sway.log |