1
0

more new displaym transitioning

This commit is contained in:
dtb 2021-11-17 09:28:33 -05:00
parent 7e7a81fc4f
commit cdd19f5c46
6 changed files with 14 additions and 2 deletions

3
dotfiles-old/.config/displaym/bspwm/start.sh Normal file → Executable file
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

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

View File

@ -0,0 +1,2 @@
#!/bin/sh
cp "$DISPLAYM_CONFIG/sxhkdrc" "$HOME/.config/sxhkd/sxhkdrc"

View File

@ -0,0 +1,2 @@
#!/bin/sh
cp "$DISPLAYM_CONFIG/.xinitrc" "$HOME/.xinitrc"

View File

@ -0,0 +1,3 @@
#!/bin/sh
. "$DISPLAYM_CONFIG/merge_xinitrc.sh"
. "$DISPLAYM_CONFIG/merge_sxhkdrc.sh"

View File

@ -0,0 +1,3 @@
#!/bin/sh
cat "$DISPLAYM_CONFIG/sxhkdrc" "$DISPLAYM_CONFIG/$WM/sxhkdrc" \
>"$HOME/.config/sxhkd/sxhkdrc"