added monitor layout commands

This commit is contained in:
sad 2024-02-19 11:14:14 -07:00
parent b21a09cb06
commit 3c6ba88818
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: 28D3A882F3E6AD02
2 changed files with 20 additions and 3 deletions

View File

@ -1,5 +1,21 @@
# dwl - dwm for Wayland
```
.. .colclll;..c:.
.x0c .xNNkl:'. '0No
.xW0' ....'.. .kNx. :XXc
.,,'oNNd;:clodxkkkk0XXo 'ONo. .oNO'
:OK0KNWXOxdlc:,'...oNXc,xl. .. :XK: '0Nl
...,OWK: ,0Wx..lXx. .dXd..dNO. oWO.
oNNl 'ONx. .dNl ,0WXx.'ONl :NK,
;XWx. ;0Nd. '00':XKOXO,cX0, ,KN: ..
.OW0' .lKKl. dNloNd.oX0ldXd. .OWl ;0Kl.
.dWX: ,kXk' :XOOXc cKKkKXc .kWo .dNXl
cXWd.,xKO; .ONNK, ,ONNNK: .kWk;''''.. .dNXc .
,0WKO0x;. .dNWO. .oXNWO' .xXOkkkOO00OxkXNXd'
;xkdllxXWNx. lNNo ;0NNd .........,:ldk0KO;
,xO0Oxoll;. :Kk. .dOl ...
.. ... .
```
Join us on our IRC channel: [#dwl on Libera Chat]
Or on our [Discord server].

View File

@ -27,12 +27,13 @@ static const char *const autostart[] = {
"exec", "dbus-update-activation-environment", "--systemd", "DISPLAY", "I3SOCK", "SWAYSOCK", "WAYLAND_DISPLAY", "XDG_CURRENT_DESKTOP=sway", NULL,
"/usr/bin/wbg", "/home/s4d/.config/lain.jpg", NULL,
"/usr/libexec/kdeconnectd", NULL,
"/usr/bin/pipewire", NULL,
"/usr/bin/dunst", NULL,
"/usr/local/bin/someblocks", NULL,
"/usr/bin/swayidle", "-w", "idle", "timeout", "600", "\"/usr/local/bin/swaylock -f\"", NULL,
"/usr/bin/spotifyd", "--no-daemon", NULL,
"/usr/libexec/xdg-desktop-portal", "-r", NULL,
"/usr/bin/kanshi", NULL,
"/usr/bin/pipewire", NULL,
"/usr/bin/spotifyd", "--no-daemon", NULL,
NULL /* terminate */
};