mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-12 15:20:50 -05:00
Fix rebase conflicts
This commit is contained in:
parent
07fcd58bea
commit
1114dfb1ed
2 changed files with 6 additions and 1 deletions
|
@ -41,7 +41,6 @@ bspc rule -a teams-for-linux desktop='^9'
|
||||||
bspc rule -a tutanota-desktop desktop='^10'
|
bspc rule -a tutanota-desktop desktop='^10'
|
||||||
bspc rule -a Thunderbird desktop='^10'
|
bspc rule -a Thunderbird desktop='^10'
|
||||||
|
|
||||||
|
|
||||||
### Focus on 1st workspace by default
|
### Focus on 1st workspace by default
|
||||||
bspc desktop -f 1
|
bspc desktop -f 1
|
||||||
|
|
||||||
|
|
|
@ -34,9 +34,15 @@ dim-value = 1.0
|
||||||
locale = en_US.UTF-8
|
locale = en_US.UTF-8
|
||||||
|
|
||||||
font-0 = Hack:size=10;3
|
font-0 = Hack:size=10;3
|
||||||
|
<<<<<<< HEAD
|
||||||
font-1 = Font Awesome 6 Free:style=Solid:size=12;3
|
font-1 = Font Awesome 6 Free:style=Solid:size=12;3
|
||||||
font-2 = Font Awesome 6 Free:style=Regular:size=12;3
|
font-2 = Font Awesome 6 Free:style=Regular:size=12;3
|
||||||
font-3 = Font Awesome 6 Brands:style=Regular:size=12;3
|
font-3 = Font Awesome 6 Brands:style=Regular:size=12;3
|
||||||
|
=======
|
||||||
|
font-1 = Font Awesome 5 Free:style=Solid:size=12;3
|
||||||
|
font-2 = Font Awesome 5 Free:style=Regular:size=12;3
|
||||||
|
font-3 = Font Awesome 5 Brands:style=Regular:size=12;3
|
||||||
|
>>>>>>> fd658c5 (Fix rebase conflicts)
|
||||||
|
|
||||||
modules-left = workspaces sep title
|
modules-left = workspaces sep title
|
||||||
modules-center = spotify
|
modules-center = spotify
|
||||||
|
|
Loading…
Reference in a new issue