diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-08-08 21:07:31 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-08-08 21:07:31 -0400 |
commit | 3a4ed65e66a20b9e15e93f4f73cf8496b493c633 (patch) | |
tree | 7727e660ad50c5771abe5ea44e69d60bfd4e681c /.profile | |
parent | 22f84522b2c0a50a38de3323fcf7edf9fa702723 (diff) |
Massive step towards wayland migration
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ if test -z "$XDG_RUNTIME_DIR"; then fi startw(){ - dbus-run-session sh -c 'dwl' + dbus-launch --exit-with-session dwl } # Start Desktop Environment if on the main TTY |