feat: get alacritty working

This commit is contained in:
NunoSempere 2023-11-14 21:04:34 +00:00
parent 89d40567e5
commit 7ab79f70ff
5 changed files with 4 additions and 2 deletions

View File

@ -447,7 +447,7 @@ shell:
args:
- -l
- -c
- "tmuxp load desk"
- "bash" #tmuxp load desk"
# - "tmux"
# Startup directory
#

View File

@ -1,6 +1,6 @@
#!/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 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

Binary file not shown.

View File

@ -16,5 +16,6 @@ sleep 1
echo "$name"
wmctrl -a $name
gsettings set org.gnome.shell disable-user-extensions false
gnome-extensions enable gtktitlebar@velitasali.github.io

View File

@ -1 +1,2 @@
sudo apt install alacritty
sudo apt install fonts-powerline