feat: get alacritty working
This commit is contained in:
parent
89d40567e5
commit
7ab79f70ff
|
@ -447,7 +447,7 @@ shell:
|
||||||
args:
|
args:
|
||||||
- -l
|
- -l
|
||||||
- -c
|
- -c
|
||||||
- "tmuxp load desk"
|
- "bash" #tmuxp load desk"
|
||||||
# - "tmux"
|
# - "tmux"
|
||||||
# Startup directory
|
# Startup directory
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/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
|
||||||
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
|
## WINIT_HIDPI_FACTOR=1.0 alacritty --config-file alacritty-autostart.yml -e tmuxp load desk
|
||||||
|
|
Binary file not shown.
|
@ -16,5 +16,6 @@ sleep 1
|
||||||
echo "$name"
|
echo "$name"
|
||||||
wmctrl -a $name
|
wmctrl -a $name
|
||||||
|
|
||||||
|
gsettings set org.gnome.shell disable-user-extensions false
|
||||||
gnome-extensions enable gtktitlebar@velitasali.github.io
|
gnome-extensions enable gtktitlebar@velitasali.github.io
|
||||||
|
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
sudo apt install alacritty
|
sudo apt install alacritty
|
||||||
|
sudo apt install fonts-powerline
|
||||||
|
|
Loading…
Reference in New Issue
Block a user