diff --git a/.config/bspwm/bspwmrc b/.config/bspwm/bspwmrc index 84c808c..2916df0 100755 --- a/.config/bspwm/bspwmrc +++ b/.config/bspwm/bspwmrc @@ -1,11 +1,11 @@ -#! /bin/sh +#!/bin/sh sxhkd & host_name=$(hostname) if [[ $host_name == "portalo" ]]; then bspc monitor HDMI-1 -d web terminal 3 4 5 6 game - bspc monitor DVI-D-1 -d 8 voip messenger + bspc monitor DVI-D-1 -d side-view voip messenger bspc desktop ^7 --layout monocle bspc desktop ^9 --layout monocle @@ -16,7 +16,7 @@ else bspc monitor primary -d web terminal 3 4 5 6 7 8 9 10 fi -bspc desktop ^1 --layout monocle +bspc desktop web --layout monocle bspc config border_width 1 bspc config window_gap 10 @@ -28,6 +28,7 @@ bspc config gapless_monocle true bspc config focus_follows_pointer true bspc rule -a 'firefox' desktop='web' +bspc rule -a 'firefox:Toolkit' desktop='side-view' state='fullscreen' bspc rule -a 'TeamSpeak 3' desktop='voip' bspc rule -a 'discord' desktop='voip' bspc rule -a 'Evolution' desktop='messenger' diff --git a/.config/polybar/config b/.config/polybar/config index c388085..b1820c8 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -61,7 +61,7 @@ modules-left = bspwm i3 modules-center = mpd - modules-right = pulseaudio memory cpu eth temperature date powermenu + modules-right = memory cpu eth temperature date powermenu eth-interface = enp0s31f6 @@ -146,6 +146,7 @@ ws-icon-2 = voip; ws-icon-3 = messenger; ws-icon-4 = game; + ws-icon-5 = side-view; ws-icon-default =  ; Separator in between workspaces diff --git a/.local/share/fonts/Font Awesome 5 Brands-Regular-400.otf.gpg b/.local/share/fonts/Font Awesome 5 Brands-Regular-400.otf.gpg new file mode 100644 index 0000000..246400d Binary files /dev/null and b/.local/share/fonts/Font Awesome 5 Brands-Regular-400.otf.gpg differ diff --git a/.local/share/fonts/Font Awesome 5 Pro-Light-300.otf.gpg b/.local/share/fonts/Font Awesome 5 Pro-Light-300.otf.gpg new file mode 100644 index 0000000..f081fe8 Binary files /dev/null and b/.local/share/fonts/Font Awesome 5 Pro-Light-300.otf.gpg differ diff --git a/.local/share/fonts/Font Awesome 5 Pro-Regular-400.otf.gpg b/.local/share/fonts/Font Awesome 5 Pro-Regular-400.otf.gpg new file mode 100644 index 0000000..5b6857e Binary files /dev/null and b/.local/share/fonts/Font Awesome 5 Pro-Regular-400.otf.gpg differ diff --git a/.local/share/fonts/Font Awesome 5 Pro-Solid-900.otf.gpg b/.local/share/fonts/Font Awesome 5 Pro-Solid-900.otf.gpg new file mode 100644 index 0000000..9de921e Binary files /dev/null and b/.local/share/fonts/Font Awesome 5 Pro-Solid-900.otf.gpg differ