possibly fix keyboard bug on startup
This commit is contained in:
parent
532db612b1
commit
e509bb683c
1 changed files with 3 additions and 2 deletions
|
@ -5,6 +5,9 @@ start() {
|
||||||
}
|
}
|
||||||
|
|
||||||
xwallpaper --zoom "${XDG_DATA_HOME:-$HOME/.local/share}/bg"
|
xwallpaper --zoom "${XDG_DATA_HOME:-$HOME/.local/share}/bg"
|
||||||
|
|
||||||
|
remaps &
|
||||||
|
checkup &
|
||||||
start playerctld daemon
|
start playerctld daemon
|
||||||
start picom
|
start picom
|
||||||
start unclutter -noevents
|
start unclutter -noevents
|
||||||
|
@ -13,5 +16,3 @@ start pipewire
|
||||||
start dwmblocks
|
start dwmblocks
|
||||||
start remapd
|
start remapd
|
||||||
|
|
||||||
remaps &
|
|
||||||
checkup &
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue