mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-07-27 04:33:17 +02:00
archfw setup
This commit is contained in:
8
computers/archfw/.Xresources
Normal file
8
computers/archfw/.Xresources
Normal file
@@ -0,0 +1,8 @@
|
||||
Xft.antialias: true
|
||||
Xft.hinting: true
|
||||
Xft.rgba: rgba
|
||||
Xft.hintstyle: hintslight
|
||||
Xcursor.size: 20
|
||||
|
||||
Xft.dpi: 150
|
||||
rofi.dpi: 150
|
3
computers/archfw/install.sh
Normal file
3
computers/archfw/install.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
MY_PATH=$PWD/computers/archfw
|
||||
ln -sf "$MY_PATH/.Xresources" ~/.Xresources
|
Reference in New Issue
Block a user