diff --git a/.config/uwsm/.gitignore b/.config/uwsm/.gitignore new file mode 100644 index 0000000..d9aa30a --- /dev/null +++ b/.config/uwsm/.gitignore @@ -0,0 +1 @@ +default-id diff --git a/.config/uwsm/default-id b/.config/uwsm/default-id deleted file mode 100644 index 1dd96b8..0000000 --- a/.config/uwsm/default-id +++ /dev/null @@ -1 +0,0 @@ -hyprland-uwsm.desktop diff --git a/.zprofile b/.zprofile index a1a21ea..177aed7 100644 --- a/.zprofile +++ b/.zprofile @@ -1,3 +1,3 @@ -if uwsm check may-start && uwsm select; then +if uwsm check may-start; then exec uwsm start default fi