#! /bin/sh sxhkd & xrdb -merge .Xdefaults & xset r rate 300 50 & xset +fp /home/zerinol/.local/share/fonts xset +fp /home/zerinol/.fonts xset fp rehash xset -b & #setxkbmap -model abnt2 -layout br -option caps:escape -variant nodeadkeys & # run the xrandr command if an external monitor is connected to the # laptop. This must be executed before the polybar command, so that # polybar can set the two separate bars properly. if [ -x $HOME/.local/bin/dual_monitor ];then echo "Script executavel" dual_monitor else echo "Script nao executavel" fi #xrandr --output eDP1 --primary --mode 1366x768 --rotate normal --output HDMI1 --mode 1600x900 --rotate normal --above eDP1 bspc monitor HDMI1 -n monitor bspc monitor eDP1 -n laptop bspc monitor laptop -d 1 2 3 4 5 bspc monitor monitor -d 6 7 8 9 0 bspc monitor monitor -s laptop bspc config border_width 2 bspc config window_gap 3 bspc config normal_border_color "#383C36" bspc config focused_border_color "#FABD2F" bspc config split_ratio 0.52 bspc config borderless_monocle true bspc config gapless_monocle true bspc rule -a Gimp desktop='^8' state=floating follow=on bspc rule -a Chromium desktop='^2' bspc rule -a mplayer2 state=floating bspc rule -a Kupfer.py focus=on bspc rule -a Screenkey manage=off bspc rule -a albert border=off bspc rule -a Gnome-calculator state=floating bspc rule -a qBittorrent desktop='^5' sh /home/zerinol/.fehbg & albert & $HOME/.config/polybar/launch.sh & picom & qbittorrent --no-splash & dunst & mpd &