update
This commit is contained in:
parent
22c7e8840c
commit
af1663315a
16
.dwm/autostart.sh
Executable file
16
.dwm/autostart.sh
Executable file
|
@ -0,0 +1,16 @@
|
||||||
|
#!/usr/bin/bash
|
||||||
|
pushd ~/.dwm/sources/dim
|
||||||
|
~/.dwm/sources/dim/dim &
|
||||||
|
popd
|
||||||
|
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||||
|
dex --autostart --environment dwm &
|
||||||
|
numlockx on &
|
||||||
|
setxkbmap -layout 'us,lt' -variant altgr-intl,qwerty -option 'grp:alt_tab_toggle' &
|
||||||
|
nitrogen --restore &
|
||||||
|
xset s 480 dpms 600 600 600 &
|
||||||
|
/usr/bin/dunst &
|
||||||
|
|
||||||
|
echo "=========================================================================="
|
||||||
|
echo "OK"
|
||||||
|
echo "=========================================================================="
|
||||||
|
|
1
.dwm/sources/dim
Submodule
1
.dwm/sources/dim
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 7e2cbbe370817db26240e20881276b7c68b5b544
|
1
.dwm/sources/dwm
Submodule
1
.dwm/sources/dwm
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 9d72348d469d4115019869ca9f15f1d006a210d7
|
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[submodule "dim"]
|
||||||
|
path = .dwm/sources/dim
|
||||||
|
url = git@git.mcorangehq.xyz:XOR64/dim.git
|
||||||
|
[submodule "dwm"]
|
||||||
|
path = .dwm/sources/dwm
|
||||||
|
url = git@git.mcorangehq.xyz:MCorange/dwm.git
|
Loading…
Reference in New Issue
Block a user