added monitor layout commands
This commit is contained in:
parent
b21a09cb06
commit
3c6ba88818
18
README.md
18
README.md
@ -1,5 +1,21 @@
|
|||||||
# dwl - dwm for Wayland
|
# 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]
|
Join us on our IRC channel: [#dwl on Libera Chat]
|
||||||
Or on our [Discord server].
|
Or on our [Discord server].
|
||||||
|
|
||||||
|
@ -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,
|
"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/bin/wbg", "/home/s4d/.config/lain.jpg", NULL,
|
||||||
"/usr/libexec/kdeconnectd", NULL,
|
"/usr/libexec/kdeconnectd", NULL,
|
||||||
"/usr/bin/pipewire", NULL,
|
|
||||||
"/usr/bin/dunst", NULL,
|
"/usr/bin/dunst", NULL,
|
||||||
"/usr/local/bin/someblocks", NULL,
|
"/usr/local/bin/someblocks", NULL,
|
||||||
"/usr/bin/swayidle", "-w", "idle", "timeout", "600", "\"/usr/local/bin/swaylock -f\"", 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/libexec/xdg-desktop-portal", "-r", NULL,
|
||||||
|
"/usr/bin/kanshi", NULL,
|
||||||
|
"/usr/bin/pipewire", NULL,
|
||||||
|
"/usr/bin/spotifyd", "--no-daemon", NULL,
|
||||||
NULL /* terminate */
|
NULL /* terminate */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user