more new displaym transitioning

This commit is contained in:
2021-11-17 09:28:33 -05:00
parent 7e7a81fc4f
commit cdd19f5c46
6 changed files with 14 additions and 2 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
cat "$DISPLAYM_CONFIG/sxhkdrc" "$DISPLAYM_CONFIG/bspwm/sxhkdrc" >"$HOME/.config/sxhkd/sxhkdrc"
. "$DISPLAYM_CONFIG/merge_xinitrc.sh"
. "$DISPLAYM_CONFIG/merge_sxhkdrc.sh"
startx
+2 -1
View File
@@ -1,2 +1,3 @@
cat "$DISPLAYM_CONFIG/sxhkdrc" >"$HOME/.config/sxhkd/sxhkdrc"
. "$DISPLAYM_CONFIG/merge_xinitrc.sh"
. "$DISPLAYM_CONFIG/default_sxhkdrc.sh"
startx
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
cp "$DISPLAYM_CONFIG/sxhkdrc" "$HOME/.config/sxhkd/sxhkdrc"
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
cp "$DISPLAYM_CONFIG/.xinitrc" "$HOME/.xinitrc"
@@ -0,0 +1,3 @@
#!/bin/sh
. "$DISPLAYM_CONFIG/merge_xinitrc.sh"
. "$DISPLAYM_CONFIG/merge_sxhkdrc.sh"
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
cat "$DISPLAYM_CONFIG/sxhkdrc" "$DISPLAYM_CONFIG/$WM/sxhkdrc" \
>"$HOME/.config/sxhkd/sxhkdrc"