From af1663315aa59b4056901f0507fe9db74898ba4c Mon Sep 17 00:00:00 2001 From: MCorange Date: Fri, 31 May 2024 14:04:52 +0300 Subject: [PATCH] update --- .dwm/autostart.sh | 16 ++++++++++++++++ .dwm/sources/dim | 1 + .dwm/sources/dwm | 1 + .gitmodules | 6 ++++++ copy.sh | 2 ++ 5 files changed, 26 insertions(+) create mode 100755 .dwm/autostart.sh create mode 160000 .dwm/sources/dim create mode 160000 .dwm/sources/dwm create mode 100644 .gitmodules diff --git a/.dwm/autostart.sh b/.dwm/autostart.sh new file mode 100755 index 0000000..5a941a0 --- /dev/null +++ b/.dwm/autostart.sh @@ -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 "==========================================================================" + diff --git a/.dwm/sources/dim b/.dwm/sources/dim new file mode 160000 index 0000000..7e2cbbe --- /dev/null +++ b/.dwm/sources/dim @@ -0,0 +1 @@ +Subproject commit 7e2cbbe370817db26240e20881276b7c68b5b544 diff --git a/.dwm/sources/dwm b/.dwm/sources/dwm new file mode 160000 index 0000000..9d72348 --- /dev/null +++ b/.dwm/sources/dwm @@ -0,0 +1 @@ +Subproject commit 9d72348d469d4115019869ca9f15f1d006a210d7 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c8e6dc0 --- /dev/null +++ b/.gitmodules @@ -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 diff --git a/copy.sh b/copy.sh index 10ecbbc..9178096 100755 --- a/copy.sh +++ b/copy.sh @@ -16,3 +16,5 @@ copy ".gitconfig" copy ".zshrc" copy "postgresql.conf" copy ".zshenv" +copy ".dwm/autostart.sh" +