7 lines
306 B
Bash
Executable File
7 lines
306 B
Bash
Executable File
#!/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 ~/.config/alacritty/alacritty-autostart.yml
|
|
|
|
## WINIT_HIDPI_FACTOR=1.0 alacritty --config-file alacritty-autostart.yml -e tmuxp load desk
|