7 lines
315 B
Bash
7 lines
315 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# WINIT_HIDPI_FACTOR=1.0 WINIT_X11_SCALE_FACTOR=1.0 /usr/bin/alacritty
|
||
|
WINIT_HIDPI_FACTOR=1.0 WINIT_X11_SCALE_FACTOR=1.0 /usr/bin/alacritty --config-file /home/loki/.config/alacritty/alacritty-autostart.yml
|
||
|
|
||
|
## WINIT_HIDPI_FACTOR=1.0 alacritty --config-file alacritty-autostart.yml -e tmuxp load desk
|