Add bspwm modes
This commit is contained in:
parent
9eca41e227
commit
f79e4ac0ff
3 changed files with 38 additions and 18 deletions
10
.xprofile
10
.xprofile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue