Skip to content

Instantly share code, notes, and snippets.

@gjazali
Created March 7, 2024 12:02
Show Gist options
  • Save gjazali/49e162d20eeb8e751e8487f64ef094d9 to your computer and use it in GitHub Desktop.
Save gjazali/49e162d20eeb8e751e8487f64ef094d9 to your computer and use it in GitHub Desktop.

Change the Default Terminal when Opening htop Through dmenu

Change the following lines in htop.desktop (find this file through locate htop.desktop):

- Exec=htop
+ Exec=kitty -e htop
- Terminal=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment