#!/bin/zsh bspc config border_width 0 bspc config window_gap 10 bspc config borderless_monocle true bspc config gapless_monocle true bspc config focus_by_distance true bspc config initial_polarity second_child bspc config split_ratio 0.6 bspc config remove_unplugged_monitors true bspc config ignore_ewmh_focus true bspc config click_to_focus any bspc config pointer_modifier mod4 bspc config pointer_action1 move bspc config pointer_action2 resize_corner bspc config presel_feedback_color "#FFFFFF" echo 1 > /tmp/lastdesk-vnc # Monitors bspc monitor VNC-0 -d  1 # Rules bspc rule -a qutebrowser desktop= bspc rule -a Arandr state=floating bspc rule -a Zathura state=tiled bspc rule -a Pinentry state=floating bspc rule -a Soffice state=tiled bspc rule -a Emacs state=tiled bspc rule -a kitty:Meteo monitor=^1 sticky=on state=floating rectangle=880x580+500+70 # Popup CLI apps bspc rule -a kitty:Ranger-vnc sticky=on state=floating rectangle=1820x900+0+0 center=on wmname compiz # dunst & picom -b # Wallpaper hsetroot -fill .config/bspwm/cat_sitting_hegp.png xsetroot -cursor_name left_ptr conky -d -c .config/conky/conkyrc & /home/maxx/.vnc/panel & # Applications # davmail & unclutter & bspc config top_padding 20 # sleep 1 # tray & kitty &