From 5f9eb9a05daaaf3ad25a9e170019fa289bcb95b5 Mon Sep 17 00:00:00 2001 From: ramaATgit <47178963+ramaATgit@users.noreply.github.com> Date: Fri, 10 Jan 2020 15:11:05 +0000 Subject: [PATCH] Update bspwmrc --- .config/bspwm/bspwmrc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 64552a25..67bb755a 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -4,6 +4,17 @@ bspc rule -r "*" # Launch polybar scritp launch_polybar & + +## Autostart at login: +remaps & # run the remaps script, switching caps/esc and more; check it for more info +setbg & # set the background with the `setbg` script +xcompmgr & # xcompmgr for transparency +$STATUSBAR & # script for updating the status bar +dunst & # dunst for notifications +sxhkd -m 1 & # Bind keys with sxhkd +xset r rate 300 50 & # Speed xrate up +unclutter & # Remove mouse when idle +mpd-module-update & # Check for when to update the mpd module # We look for a non-laptop monitor to use for default, but use the laptop # screen (LVDS) if there's nothing else. This is because I assume that if you # have an extra screen attached to a laptop, you want to use that.