more new displaym transitioning
This commit is contained in:
3
dotfiles-old/.config/displaym/bspwm/start.sh
Normal file → Executable file
3
dotfiles-old/.config/displaym/bspwm/start.sh
Normal file → Executable 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
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
cat "$DISPLAYM_CONFIG/sxhkdrc" >"$HOME/.config/sxhkd/sxhkdrc"
|
||||
. "$DISPLAYM_CONFIG/merge_xinitrc.sh"
|
||||
. "$DISPLAYM_CONFIG/default_sxhkdrc.sh"
|
||||
startx
|
||||
|
||||
2
dotfiles-old/.config/displaym/default_sxhkdrc.sh
Executable file
2
dotfiles-old/.config/displaym/default_sxhkdrc.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
cp "$DISPLAYM_CONFIG/sxhkdrc" "$HOME/.config/sxhkd/sxhkdrc"
|
||||
2
dotfiles-old/.config/displaym/default_xinitrc.sh
Executable file
2
dotfiles-old/.config/displaym/default_xinitrc.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
cp "$DISPLAYM_CONFIG/.xinitrc" "$HOME/.xinitrc"
|
||||
3
dotfiles-old/.config/displaym/i3wm/start.sh
Normal file
3
dotfiles-old/.config/displaym/i3wm/start.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
. "$DISPLAYM_CONFIG/merge_xinitrc.sh"
|
||||
. "$DISPLAYM_CONFIG/merge_sxhkdrc.sh"
|
||||
3
dotfiles-old/.config/displaym/merge_sxhkdrc.sh
Executable file
3
dotfiles-old/.config/displaym/merge_sxhkdrc.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
cat "$DISPLAYM_CONFIG/sxhkdrc" "$DISPLAYM_CONFIG/$WM/sxhkdrc" \
|
||||
>"$HOME/.config/sxhkd/sxhkdrc"
|
||||
Reference in New Issue
Block a user