diff --git a/.bashrc b/.bashrc index fcf0d5b..b8a3327 100644 --- a/.bashrc +++ b/.bashrc @@ -11,7 +11,6 @@ (cat ~/.cache/wal/sequences &) - . "${HOME}/.cache/wal/colors.sh" alias dmenu_wal='dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"' @@ -26,3 +25,5 @@ export PATH="/usr/lib/jvm/default/bin:$PATH" # Created by `pipx` on 2025-06-29 13:27:39 export PATH="$PATH:/home/dwarf/.local/bin" + +export EDITOR="nvim" diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index 3540c38..8fed0d6 100644 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -25,7 +25,7 @@ super + Return # program launcher super + @space - dmenu_run + dmenu_run -x 5 -y 5 -z 1400 # make sxhkd reload its configuration files: super + Escape diff --git a/.gitignore b/.gitignore index 418fa13..b2f88de 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,11 @@ /Code/* +!/Code/Source/ +/Code/Source/* +!/Code/Source/dmenu +!/Code/Source/st + /Downloads/* /Games/* diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3a6af18 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "Code/Source/dmenu"] + path = Code/Source/dmenu + url = https://github.com/StepanovPlaton/dmenu +[submodule "Code/Source/st"] + path = Code/Source/st + url = https://github.com/StepanovPlaton/st diff --git a/Code/Source/.gitkeep b/Code/Source/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/Code/Source/dmenu b/Code/Source/dmenu new file mode 160000 index 0000000..51a3642 --- /dev/null +++ b/Code/Source/dmenu @@ -0,0 +1 @@ +Subproject commit 51a36428bd734c7556ebf3d92efb082a296bf536 diff --git a/Code/Source/st b/Code/Source/st new file mode 160000 index 0000000..1fc522b --- /dev/null +++ b/Code/Source/st @@ -0,0 +1 @@ +Subproject commit 1fc522b719ec5790b03c0df89bd981952a2320f3 diff --git a/Mount/DwarfStorage/.gitkeep b/Mount/DwarfStorage/.gitkeep new file mode 100644 index 0000000..e69de29