Compare commits
No commits in common. "fdbd7de334b114530b877e8cc8c2030d56fb1c1e" and "059396985d9d9bfafc5d633e5ab6a1b64764d1b8" have entirely different histories.
fdbd7de334
...
059396985d
6
.install/hidpi.sh
Executable file → Normal file
6
.install/hidpi.sh
Executable file → Normal file
@ -9,9 +9,9 @@ echo -e "${NONE}"
|
||||
|
||||
hidpiconfirm="Do you want 2x hidpi scale?"
|
||||
if gum confirm "$hidpiconfirm"; then
|
||||
sed -i -E 's/size = [0-9]+(\.[0-9]+)?/size = 18/' alacritty/alacritty.toml
|
||||
sed -i -E 's/[0-9]+(\.[0-9]+)?/16/' .settings/rofi-font.rasi
|
||||
sed -i 's/size = [0-9]+(\.[0-9]+)?/size = 18/' alacritty/alacritty.toml
|
||||
sed -i 's/[0-9]+(\.[0-9]+)?/16/' .settings/rofi-font.rasi
|
||||
echo -e '\n# hidpi scale\nsource = ~/dotfiles/hypr/conf/hidpi.conf' >> hypr/conf/custom.conf
|
||||
sed -i -E 's/1/2/' hypr/conf/monitors/default.conf
|
||||
sed -i 's/1/2/' hypr/conf/monitors/default.conf
|
||||
echo ":: finished hidpi patch."
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user