mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 08:16:10 +01:00
Switch to dash
This commit is contained in:
@@ -4,7 +4,7 @@ export GTK2_RC_FILES="$HOME/.gtkrc-2.0" &
|
|||||||
xrdb merge .Xresources &
|
xrdb merge .Xresources &
|
||||||
|
|
||||||
## Wallpaper fallback
|
## Wallpaper fallback
|
||||||
sh ~/.fehbg &
|
dash ~/.fehbg &
|
||||||
|
|
||||||
## Wallpaper changer
|
## Wallpaper changer
|
||||||
variety &
|
variety &
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#! /bin/sh
|
#!/bin/dash
|
||||||
gap=7
|
gap=7
|
||||||
PANEL_HEIGHT=27
|
PANEL_HEIGHT=27
|
||||||
DOCK_WIDTH=24
|
DOCK_WIDTH=24
|
||||||
@@ -115,8 +115,8 @@ autogap &
|
|||||||
#Keybindings daemon
|
#Keybindings daemon
|
||||||
sxhkd &
|
sxhkd &
|
||||||
|
|
||||||
wmname LG3D;
|
#wmname LG3D;
|
||||||
export _JAVA_AWT_WM_NONREPARENTING=1;
|
#export _JAVA_AWT_WM_NONREPARENTING=1;
|
||||||
|
|
||||||
#Source autostartfile. Uncomment this if you use bspwm-git
|
#Source autostartfile. Uncomment this if you use bspwm-git
|
||||||
. $HOME/.config/bspwm/autostart > /tmp/bspwm-autostart.log 2>&1
|
. $HOME/.config/bspwm/autostart > /tmp/bspwm-autostart.log 2>&1
|
||||||
|
|||||||
Reference in New Issue
Block a user