mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 22:43:58 +01:00
Updated Home (markdown)
parent
199f7361ab
commit
d1a3112497
6
Home.md
6
Home.md
@ -34,6 +34,12 @@ set TTY1 (tty)
|
|||||||
[ "$TTY1" = "/dev/tty1" ] && exec sway
|
[ "$TTY1" = "/dev/tty1" ] && exec sway
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Might help with dbus(missing $DBUS_SESSION_BUS_ADDRESS)
|
||||||
|
```bash
|
||||||
|
# If running from tty1 start sway
|
||||||
|
[ "$(tty)" = "/dev/tty1" ] && exec dbus-run-session sway
|
||||||
|
```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
The suggested location for the sway configuration file is `~/.config/sway/config`. To begin configuring sway, create this directory and copy the default config.
|
The suggested location for the sway configuration file is `~/.config/sway/config`. To begin configuring sway, create this directory and copy the default config.
|
||||||
|
Loading…
Reference in New Issue
Block a user