init
This commit is contained in:
parent
dc8948f37d
commit
00ab0903e7
2 changed files with 4 additions and 0 deletions
2
X11/init.d/.gitignore
vendored
Normal file
2
X11/init.d/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
*
|
||||
!.gitignore
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
STATUS_BLOCKS="tray vol mic net bat kbd time date" dwmstatus &
|
||||
dbus-update-activation-environment --systemd --all
|
||||
systemctl --user import-environment DISPLAY
|
||||
|
|
Loading…
Reference in a new issue