From 97817658a8da2a0fec6db04a219632cf7664c3f6 Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Sat, 11 Feb 2023 22:33:25 +0000 Subject: add fullscreen toggle and maximize startup flag --- st.desktop | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'st.desktop') diff --git a/st.desktop b/st.desktop index 77c672a..0ba7746 100644 --- a/st.desktop +++ b/st.desktop @@ -1,8 +1,17 @@ [Desktop Entry] Name=st +GenericName=Terminal Comment=st is a simple terminal implementation for X -Exec=st -e /bin/bash --login +Keywords=shell;prompt;command;commandline;cmd; +TryExec=st +Exec=st -m Icon=utilities-terminal -Terminal=false Type=Application Categories=System;TerminalEmulator; +StartupNotify=true +StartupWMClass=st-256color +Actions=new-window; + +[Desktop Action new-window] +Name=New Window +Exec=st -- cgit v1.2.3