This commit is contained in:
Gvidas Juknevičius 2024-05-31 14:04:52 +03:00
parent 22c7e8840c
commit af1663315a
Signed by: MCorange
GPG Key ID: 12B1346D720B7FBB
5 changed files with 26 additions and 0 deletions

16
.dwm/autostart.sh Executable file
View 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

@ -0,0 +1 @@
Subproject commit 7e2cbbe370817db26240e20881276b7c68b5b544

1
.dwm/sources/dwm Submodule

@ -0,0 +1 @@
Subproject commit 9d72348d469d4115019869ca9f15f1d006a210d7

6
.gitmodules vendored Normal file
View 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

View File

@ -16,3 +16,5 @@ copy ".gitconfig"
copy ".zshrc"
copy "postgresql.conf"
copy ".zshenv"
copy ".dwm/autostart.sh"