mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
font fixes, etc.
This commit is contained in:
parent
d944647373
commit
7ea2ad9ce6
@ -16,7 +16,7 @@
|
|||||||
</alias>
|
</alias>
|
||||||
<alias>
|
<alias>
|
||||||
<family>monospace</family>
|
<family>monospace</family>
|
||||||
<prefer><family>Tamsyn</family></prefer>
|
<prefer><family>Tamzen</family></prefer>
|
||||||
</alias>
|
</alias>
|
||||||
|
|
||||||
</fontconfig>
|
</fontconfig>
|
||||||
|
|||||||
@ -15,7 +15,7 @@ hide_edge_borders both
|
|||||||
for_window [class="^.*"] border pixel 0
|
for_window [class="^.*"] border pixel 0
|
||||||
gaps inner 15
|
gaps inner 15
|
||||||
gaps outer 15
|
gaps outer 15
|
||||||
font pango:hack 9
|
font pango:mono 9
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
set $term urxvt
|
set $term urxvt
|
||||||
set $video --no-startup-id bash ~/.config/Scripts/video.sh
|
set $video --no-startup-id bash ~/.config/Scripts/video.sh
|
||||||
|
|||||||
19
.gtkrc-2.0
Normal file
19
.gtkrc-2.0
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# DO NOT EDIT! This file will be overwritten by LXAppearance.
|
||||||
|
# Any customization should be done in ~/.gtkrc-2.0.mine instead.
|
||||||
|
|
||||||
|
include "/home/luke/.gtkrc-2.0.mine"
|
||||||
|
gtk-theme-name="Blackbird"
|
||||||
|
gtk-icon-theme-name="Adwaita"
|
||||||
|
gtk-font-name="Sans 10"
|
||||||
|
gtk-cursor-theme-name="Adwaita"
|
||||||
|
gtk-cursor-theme-size=0
|
||||||
|
gtk-toolbar-style=GTK_TOOLBAR_TEXT
|
||||||
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||||
|
gtk-button-images=0
|
||||||
|
gtk-menu-images=1
|
||||||
|
gtk-enable-event-sounds=1
|
||||||
|
gtk-enable-input-feedback-sounds=1
|
||||||
|
gtk-xft-antialias=1
|
||||||
|
gtk-xft-hinting=1
|
||||||
|
gtk-xft-hintstyle="hintfull"
|
||||||
|
gtk-xft-rgba="rgb"
|
||||||
Loading…
x
Reference in New Issue
Block a user