Switch to dash

This commit is contained in:
2023-08-22 20:05:58 +02:00
parent ad35204f88
commit f3d000b8b2
2 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ export GTK2_RC_FILES="$HOME/.gtkrc-2.0" &
xrdb merge .Xresources &
## Wallpaper fallback
sh ~/.fehbg &
dash ~/.fehbg &
## Wallpaper changer
variety &

View File

@@ -1,4 +1,4 @@
#! /bin/sh
#!/bin/dash
gap=7
PANEL_HEIGHT=27
DOCK_WIDTH=24
@@ -115,8 +115,8 @@ autogap &
#Keybindings daemon
sxhkd &
wmname LG3D;
export _JAVA_AWT_WM_NONREPARENTING=1;
#wmname LG3D;
#export _JAVA_AWT_WM_NONREPARENTING=1;
#Source autostartfile. Uncomment this if you use bspwm-git
. $HOME/.config/bspwm/autostart > /tmp/bspwm-autostart.log 2>&1