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

View file

@ -1,11 +1,11 @@
#! /bin/sh #!/bin/sh
sxhkd & sxhkd &
host_name=$(hostname) host_name=$(hostname)
if [[ $host_name == "portalo" ]]; then if [[ $host_name == "portalo" ]]; then
bspc monitor HDMI-1 -d web terminal 3 4 5 6 game 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 ^7 --layout monocle
bspc desktop ^9 --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 bspc monitor primary -d web terminal 3 4 5 6 7 8 9 10
fi fi
bspc desktop ^1 --layout monocle bspc desktop web --layout monocle
bspc config border_width 1 bspc config border_width 1
bspc config window_gap 10 bspc config window_gap 10
@ -28,6 +28,7 @@ bspc config gapless_monocle true
bspc config focus_follows_pointer true bspc config focus_follows_pointer true
bspc rule -a 'firefox' desktop='web' 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 'TeamSpeak 3' desktop='voip'
bspc rule -a 'discord' desktop='voip' bspc rule -a 'discord' desktop='voip'
bspc rule -a 'Evolution' desktop='messenger' bspc rule -a 'Evolution' desktop='messenger'

View file

@ -61,7 +61,7 @@
modules-left = bspwm i3 modules-left = bspwm i3
modules-center = mpd modules-center = mpd
modules-right = pulseaudio memory cpu eth temperature date powermenu modules-right = memory cpu eth temperature date powermenu
eth-interface = enp0s31f6 eth-interface = enp0s31f6
@ -146,6 +146,7 @@
ws-icon-2 = voip; ws-icon-2 = voip;
ws-icon-3 = messenger; ws-icon-3 = messenger;
ws-icon-4 = game; ws-icon-4 = game;
ws-icon-5 = side-view;
ws-icon-default =  ws-icon-default = 
; Separator in between workspaces ; Separator in between workspaces