feat: adding tmux and renaming config folder
This commit is contained in:
5
config/fish/auto-Hypr.fish
Normal file
5
config/fish/auto-Hypr.fish
Normal file
@@ -0,0 +1,5 @@
|
||||
# Auto start Hyprland on tty1
|
||||
if test -z "$DISPLAY" ;and test "$XDG_VTNR" -eq 1
|
||||
mkdir -p ~/.cache
|
||||
exec Hyprland > ~/.cache/hyprland.log ^&1
|
||||
end
|
||||
Reference in New Issue
Block a user