Config+Packages: Implement machine specific configuration

This commit is contained in:
Riyyi
2022-02-28 16:44:01 +01:00
parent 8d8a21166b
commit ef203c5063
8 changed files with 56 additions and 9 deletions
+17 -3
View File
@@ -49,11 +49,25 @@ WmWorkSpace.ws9: 九
WmWorkSpace.ws0: 十
Xcursor.theme: capitaine-cursors-light
Xcursor.size: 48
! >>> hostname=arch-desktop
Xcursor.size: 24
! <<<
! >>> hostname=arch-laptop
! Xcursor.size: 48
! <<<
! Font config
*dpi: 192
Xft.dpi: 192
! >>> hostname=arch-desktop
*dpi: 96
Xft.dpi: 96
! <<<
! >>> hostname=arch-laptop
! *dpi: 192
! Xft.dpi: 192
! <<<
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintslight
+7 -1
View File
@@ -3,7 +3,13 @@
xrdb "$XDG_CONFIG_HOME/xorg/Xresources"
# Setup display
#monctl auto 3000 2000 48 eDP-1 &
# >>> hostname=arch-desktop
monctl primary DP-1 &
# <<<
# >>> hostname=arch-laptop
# monctl auto 3000 2000 48 eDP-1 &
# <<<
# Set default X cursor to arrow
xsetroot -cursor_name left_ptr