Compare commits

...

4 Commits

Author SHA1 Message Date
an 020acf2f2d add hamburger 2020-12-13 16:26:10 -07:00
an 5e9a7a72e2 update monitor config 2020-12-13 16:26:01 -07:00
an 5b4830f511 update grub config 2020-12-13 16:25:51 -07:00
an d8968d1d3b update font config 2020-12-13 16:25:40 -07:00
4 changed files with 17 additions and 47 deletions

View File

@ -3,49 +3,31 @@
<fontconfig> <fontconfig>
<!-- fallback --> <!-- fallback -->
<match> <match>
<edit mode="prepend" name="family"> <edit mode="prepend" name="family"><string>Noto Sans</string></edit>
<string>Noto Sans</string>
</edit>
</match> </match>
<!-- fallback (japanese) --> <!-- fallback (japanese) -->
<match> <match>
<test compare="contains" name="lang"> <test compare="contains" name="lang"><string>ja</string></test>
<string>ja</string> <edit mode="prepend" name="family"><string>Noto Sans CJK JP</string></edit>
</test>
<edit mode="prepend" name="family">
<string>Noto Sans CJK JP</string>
</edit>
</match> </match>
<!-- sans-serif --> <!-- sans-serif -->
<match target="pattern"> <match target="pattern">
<test qual="any" name="family"> <test qual="any" name="family"><string>sans-serif</string></test>
<string>sans-serif</string> <edit name="family" mode="prepend" binding="same"><string>Noto Sans</string></edit>
</test>
<edit name="family" mode="prepend" binding="same">
<string>Noto Sans</string>
</edit>
</match> </match>
<!-- serif --> <!-- serif -->
<match target="pattern"> <match target="pattern">
<test qual="any" name="family"> <test qual="any" name="family"><string>serif</string></test>
<string>serif</string> <edit name="family" mode="prepend" binding="same"><string>Noto Serif</string></edit>
</test>
<edit name="family" mode="prepend" binding="same">
<string>Noto Serif</string>
</edit>
</match> </match>
<!-- monospace --> <!-- monospace -->
<match target="pattern"> <match target="pattern">
<test qual="any" name="family"> <test qual="any" name="family"><string>monospace</string></test>
<string>monospace</string> <edit name="family" mode="prepend" binding="same"><string>Courier Prime Code</string></edit>
</test>
<edit name="family" mode="prepend" binding="same">
<string>Courier Prime Code</string>
</edit>
</match> </match>
<!-- sans-serif precedence --> <!-- sans-serif precedence -->

View File

@ -3,4 +3,6 @@
GRUB_CMDLINE_LINUX_DEFAULT="quiet" GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX="" GRUB_CMDLINE_LINUX=""
GRUB_PRELOAD_MODULES="part_gpt part_msdos" GRUB_PRELOAD_MODULES="part_gpt part_msdos"
GRUB_GFXPAYLOAD_LINUX=text GRUB_GFXMODE=1920x1080x32,1024x768x32,800x600x32,640x480x32,auto
GRUB_GFXPAYLOAD_LINUX=keep
GRUB_THEME=/boot/grub/themes/MatterF/theme.txt

View File

@ -1,25 +1,16 @@
Section "Monitor" Section "Monitor"
Identifier "DVI0" Identifier "DisplayPort1"
EndSection Modeline "1920x1080_144" 332.88 1920 1928 1960 2000 1080 1143 1151 1157 +hsync -vsync
Section "Monitor"
Identifier "DisplayPort0"
Option "RightOf" "DVI0"
Option "Primary" "true" Option "Primary" "true"
EndSection Option "PreferredMode" "1920x1080_144"
Section "Monitor"
Identifier "HDMI0"
Option "Above" "DisplayPort0"
EndSection EndSection
Section "Device" Section "Device"
Identifier "Device0" Identifier "Device0"
Driver "amdgpu" Driver "amdgpu"
Option "Monitor-DisplayPort-1" "DisplayPort0" Option "Monitor-DisplayPort-1" "DisplayPort1"
Option "Monitor-DVI-D-0" "DVI0"
Option "Monitor-HDMI-A-1" "HDMI0"
Option "TearFree" "true" Option "TearFree" "true"
Option "VariableRefresh" "true"
EndSection EndSection
Section "ServerLayout" Section "ServerLayout"

View File

@ -1,9 +1,4 @@
@-moz-document url("chrome://browser/content/browser.xhtml") { @-moz-document url("chrome://browser/content/browser.xhtml") {
/* get rid of hamburgers */
#PanelUI-menu-button {
display: none;
}
/* hide top tabs (for sideberry) */ /* hide top tabs (for sideberry) */
#TabsToolbar { #TabsToolbar {
visibility: collapse !important; visibility: collapse !important;