.dotfiles/.config/bspwm/bspwmrc

121 lines
4.2 KiB
Plaintext
Raw Normal View History

#!/bin/sh
2021-04-30 14:31:30 +00:00
. "$HOME/.config/environment"
2022-01-30 20:29:23 +00:00
pgrep -x sxhkd > /dev/null || sxhkd &
pgrep -x xcompmgr > /dev/null || xcompmgr -cnfFn -D3 &
bspc config remove_disabled_monitors true
bspc config remove_unplugged_monitors true
2021-03-30 20:59:59 +00:00
bspc config normal_border_color "#44475a"
bspc config active_border_color "#bd93f9"
bspc config focused_border_color "#ff79c6"
bspc config presel_feedback_color "#6272a4"
host_name=$(cat /proc/sys/kernel/hostname)
2022-01-30 20:29:23 +00:00
mode=$(cat /tmp/bspwm_mode)
2022-01-30 20:29:23 +00:00
if [ "$host_name" = "portalo" ]; then
if [ "$mode" = "presenter" ]; then
xrandr --output "$MONITOR_PRIMARY" --mode 2560x1440 --refresh 144
xrandr --output "$MONITOR_SECONDARY" --auto --left-of "$MONITOR_PRIMARY"
pkill xcompmgr;
bspc monitor "$MONITOR_PRIMARY" -d web terminal 3 4 5 6 focus voip messenger presenter1
bspc monitor "$MONITOR_SECONDARY" -d presenter2
elif [ "$mode" = "single" ]; then
xrandr --output "$MONITOR_SECONDARY" --off
bspc monitor "$MONITOR_PRIMARY" -d web terminal 3 4 5 6 focus side-view voip messenger
else
xrandr --output "$MONITOR_PRIMARY" --mode 2560x1440 --refresh 144
xrandr --output "$MONITOR_SECONDARY" --auto --left-of "$MONITOR_PRIMARY"
bspc monitor "$MONITOR_PRIMARY" -d web terminal 3 4 5 6 focus
bspc monitor "$MONITOR_SECONDARY" -d side-view voip messenger
fi
2021-09-29 20:45:12 +00:00
bspc wm -O "$MONITOR_PRIMARY" "$MONITOR_SECONDARY"
2021-05-19 16:58:32 +00:00
sleep 1
2021-09-29 20:45:12 +00:00
bspc wm -O "$MONITOR_PRIMARY" "$MONITOR_SECONDARY"
2020-02-13 17:25:00 +00:00
2021-09-29 20:45:12 +00:00
elif echo "$host_name" | grep -Eq "laptop"; then
xrandr --output "$MONITOR_PRIMARY" --auto
xrandr --output "$MONITOR_SECONDARY" --left-of "$MONITOR_PRIMARY" --auto
2021-04-07 10:39:01 +00:00
2021-09-29 20:45:12 +00:00
bspc monitor "$MONITOR_PRIMARY" -d web terminal 3 4 5 6 focus messenger
bspc monitor "$MONITOR_SECONDARY" -d side-view 10
2021-04-07 10:39:01 +00:00
2021-09-29 20:45:12 +00:00
bspc wm -O "$MONITOR_PRIMARY" "$MONITOR_SECONDARY"
2021-05-19 16:58:32 +00:00
sleep 1
2021-09-29 20:45:12 +00:00
bspc wm -O "$MONITOR_PRIMARY" "$MONITOR_SECONDARY"
2021-09-27 21:48:34 +00:00
2020-02-13 17:25:00 +00:00
else
2021-09-27 21:48:34 +00:00
bspc monitor primary -d web terminal 3 4 5 6 7 8 9 focus
2020-02-13 17:25:00 +00:00
fi
bspc desktop web --layout monocle
2021-09-13 15:31:01 +00:00
bspc desktop focus --layout monocle
bspc desktop side-view --layout monocle
2021-11-21 13:58:26 +00:00
bspc desktop presenter1 --layout monocle
bspc desktop presenter2 --layout monocle
bspc config border_width 1
bspc config window_gap 10
bspc config split_ratio 0.50
bspc config borderless_monocle true
bspc config gapless_monocle true
bspc config focus_follows_pointer true
2020-06-30 16:36:28 +00:00
bspc config automatic_scheme alternate
bspc config external_rules_command "$HOME/.config/bspwm/external_rules"
bspc rule -a 'Xarchiver' state='floating'
bspc rule -a 'Zathura' state='tiled'
2020-02-14 00:47:50 +00:00
bspc rule -a 'firefox' desktop='web'
bspc rule -a 'qutebrowser' desktop='web'
2021-07-10 11:21:11 +00:00
bspc rule -a 'Gcr-prompter' desktop='web'
2020-09-18 21:54:43 +00:00
bspc rule -a 'qutebrowser:kiosk' follow='true' desktop='side-view' state='fullscreen'
bspc rule -a 'firefox:Toolkit' follow='true' desktop='side-view' state='fullscreen'
2020-08-18 09:41:18 +00:00
bspc rule -a 'vlc' follow='true' desktop='side-view' state='fullscreen'
2020-07-15 13:50:56 +00:00
bspc rule -a 'MPlayer' follow='true' desktop='side-view' state='fullscreen'
2020-09-18 21:54:43 +00:00
bspc rule -a 'mpv:gl' follow='true' desktop='side-view' state='fullscreen'
bspc rule -a 'FreeTube' follow='true' desktop='side-view'
2021-03-20 07:26:49 +00:00
bspc rule -a 'Brave-browser:brave-browser' follow='true' desktop='side-view'
2021-05-13 12:26:52 +00:00
bspc rule -a 'Chromium:chromium' follow='true' desktop='side-view'
2021-11-06 13:55:37 +00:00
bspc rule -a 'jetbrains-clion' desktop='focus' follow='true'
bspc rule -a 'jetbrains-idea' desktop='focus' follow='true'
bspc rule -a 'jetbrains-phpstorm' desktop='focus' follow='true'
2020-09-18 21:54:43 +00:00
2020-06-30 16:36:28 +00:00
bspc rule -a 'TeamSpeak 3' desktop='voip' locked='true'
2021-03-30 20:59:59 +00:00
bspc rule -a '*:*:TeamSpeak' desktop='voip'
2020-07-20 10:33:23 +00:00
bspc rule -a 'Alacritty:mail' desktop='voip' locked='true'
2020-07-19 09:13:03 +00:00
bspc rule -a 'Element' desktop='voip' locked='true'
2020-02-14 00:47:50 +00:00
bspc rule -a 'discord' desktop='voip'
bspc rule -a 'Evolution' desktop='messenger'
2021-04-16 08:19:27 +00:00
bspc rule -a 'Signal' desktop='messenger'
2021-02-13 22:02:27 +00:00
bspc rule -a 'Thunderbird:Mail' desktop='messenger' locked='true'
2022-01-10 13:25:26 +00:00
2021-09-29 20:45:12 +00:00
"$HOME/.config/polybar/launch.sh" &
2021-07-09 22:52:35 +00:00
2021-09-29 20:45:12 +00:00
"$HOME/.config/bspwm/swallow.py" &
"$HOME/.config/bspwm/focus-voip.py" &
2022-01-30 20:29:23 +00:00
feh --bg-fill "$XDG_PICTURES_DIR/wallpaper/active_wallpaper"
killall conky
2022-03-05 14:04:57 +00:00
sleep 0.1;
2022-01-30 20:29:23 +00:00
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"