add: fontawesome font (encrypted due to copyright)

This commit is contained in:
Tobias Reisinger 2020-02-15 17:19:43 +01:00
parent a2779b7e33
commit 9c0dfb866e
6 changed files with 6 additions and 4 deletions
.config/bspwm

View file

@ -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'