From 6ee58011f64322e8e135f2b8d141cc10065a14c4 Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Sat, 11 Feb 2023 20:38:40 +0000 Subject: no longer launch through tabbed in desktop file --- st.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'st.desktop') diff --git a/st.desktop b/st.desktop index daa35a7..77c672a 100644 --- a/st.desktop +++ b/st.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Name=st Comment=st is a simple terminal implementation for X -Exec=tabbed -c -r 2 st -w '' -e /bin/bash --login +Exec=st -e /bin/bash --login Icon=utilities-terminal Terminal=false Type=Application -- cgit v1.2.3