▲>>1453918
бумка, зачем тебе паспорт на столе?
rakul@lucky-star ~ $ cat ~/.config/bspwm/bspwmrc
#! /bin/sh
#bspc monitor DVI-I-1 -d I II III IV V
#bspc monitor DP-1 -d VI VII VIII IX X
bspc monitor -d I II III IV V VI VII VIII IX X XI XII
# Visual options
bspc config top_padding 14
bspc config split_ratio 0.50
bspc config border_width 2
bspc config window_gap 9
bspc config borderless_monocle true
bspc config gapless_monocle true
bspc config focus_follows_pointer true
bspc config auto_alternate true
bspc config auto_cancel true
bspc config normal_border_color "#504339"
bspc config active_border_color "#504339"
bspc config focused_border_color "#605655"
bspc config presel_border_color "#9a875f"
bspc config urgent_border_color "#504339"
bspc config normal_frame_opacity 0.0
bspc config focused_frame_opacity 0.05
bspc config rule_command "$(which rule_command)"
#bspc rule -a sun-awt-X11-XFramePeer follow=on floating=on
bspc rule -a sun-awt-X11-XDialogPeer follow=on floating=on desktop=2
#bspc rule -a jetbrains-idea-ce follow=on floating=on
bspc rule -a Gimp desktop=^8 follow=on floating=on
bspc rule -a Skype desktop=^6
#bspc rule -a Chromium desktop=^2
bspc rule -a Firefox desktop=^2
#bspc rule -a mplayer2 floating=on
#bspc rule -a Kupfer.py focus=on
#bspc rule -a Screenkey manage=off
wmname LG3D
compton -b
hsetroot -solid "#000000"
#hsetroot -full ~/wallpapers/137322958913.jpg
hsetroot -full ~/wallpapers/dark_night_ponies_nightmare_moon_my_little_pony_friendship_is_magic_alicorns_Wallpaper_1920x1200_www.wallpaperswa.com.jpg
panel dzen2 &
firefox &
(sleep 5; trayer --expand true --transparent true --alpha 205 --edge top --align right --expand true --SetDockType true --widthtype request --margin 210 --height 15) &
rakul@lucky-star ~ $