Add bspwm modes

This commit is contained in:
Tobias Reisinger 2022-01-30 21:29:23 +01:00
parent 9eca41e227
commit f79e4ac0ff
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 38 additions and 18 deletions

View file

@ -54,7 +54,6 @@ _autostart_apps()
conky --daemonize --config="$HOME/.config/conky/clock.conf"
conky --daemonize --config="$HOME/.config/conky/system.conf"
conky --daemonize --config="$HOME/.config/conky/archlinux-updates.conf"
feh --bg-fill "$XDG_PICTURES_DIR/wallpaper/active_wallpaper"
#actkbd --grab --config ~/.config/actkbd/actkbd.conf --device /dev/input/by-id/usb-Dell_Dell_USB_Keyboard-event-kbd &
@ -72,6 +71,8 @@ _autostart_apps()
qutebrowser &
mopidy &
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
}
_autostart()
@ -90,13 +91,6 @@ _autostart()
_autostart_workspace_messenger &
}
#host_name=$(cat /proc/sys/kernel/hostname)
#if [[ $host_name == "portalo" ]]; then
# _autostart_portalo &
#elif [[ $host_name == *"laptop"* ]]; then
# _autostart_laptop &
#fi
_autostart &
# vim: ft=sh