add: icons and desktop names
This commit is contained in:
parent
1ae08204a4
commit
be3233d8b8
2 changed files with 70 additions and 48 deletions
|
@ -4,16 +4,16 @@ sxhkd &
|
|||
|
||||
host_name=$(hostname)
|
||||
if [[ $host_name == "portalo" ]]; then
|
||||
bspc monitor HDMI-1 -d 01 02 03 04 05 06 07
|
||||
bspc monitor DVI-D-1 -d 08 09 10
|
||||
bspc monitor HDMI-1 -d web terminal 3 4 5 6 game
|
||||
bspc monitor DVI-D-1 -d 8 voip messenger
|
||||
|
||||
bspc desktop ^7 --layout monocle
|
||||
bspc desktop ^9 --layout monocle
|
||||
bspc desktop ^10 --layout monocle
|
||||
elif [[ $host_name == *"laptop"* ]]; then
|
||||
bspc monitor eDP1 -d 01 02 03 04 05 06 07 08 09 10
|
||||
bspc monitor eDP1 -d web terminal 3 4 5 6 7 8 9 10
|
||||
else
|
||||
bspc monitor primary -d 01 02 03 04 05 06 07 08 09 10
|
||||
bspc monitor primary -d web terminal 3 4 5 6 7 8 9 10
|
||||
fi
|
||||
|
||||
bspc desktop ^1 --layout monocle
|
||||
|
@ -27,12 +27,13 @@ bspc config gapless_monocle true
|
|||
|
||||
bspc config focus_follows_pointer true
|
||||
|
||||
bspc rule -a 'TeamSpeak 3' desktop='^9'
|
||||
bspc rule -a 'Evolution' desktop='^10'
|
||||
bspc rule -a 'Riot' desktop='^10'
|
||||
bspc rule -a 'Signal' desktop='^10'
|
||||
|
||||
bspc rule -a 'Steam' desktop='^7'
|
||||
bspc rule -a 'firefox' desktop='web'
|
||||
bspc rule -a 'TeamSpeak 3' desktop='voip'
|
||||
bspc rule -a 'discord' desktop='voip'
|
||||
bspc rule -a 'Evolution' desktop='messenger'
|
||||
bspc rule -a 'Riot' desktop='messenger'
|
||||
bspc rule -a 'Signal' desktop='messenger'
|
||||
bspc rule -a 'Steam' desktop='game'
|
||||
|
||||
setxkbmap de
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue