diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-13 20:18:22 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-08-13 20:18:22 +0200 |
commit | d3311ada0ee90b20c6f4cf7d7ef2888c27dc3b87 (patch) | |
tree | 0fe7e7ef34137f000c4acf17d0ace552833ac2ef | |
parent | 02a5c5ddf55986666335e2d5a16c4635f0b6ca80 (diff) |
[startw] start a terminal on startup
-rwxr-xr-x | config/hyprland/hypr/startup.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/hyprland/hypr/startup.sh b/config/hyprland/hypr/startup.sh index 83fefe4..6d5957f 100755 --- a/config/hyprland/hypr/startup.sh +++ b/config/hyprland/hypr/startup.sh @@ -5,3 +5,4 @@ gammastep & wl-paste --watch cliphist store & keyadd id_rsa & swayidle 300 locker & +$TERMINAL & |