Skip to content

Commit 20b5c13

Browse files
feat: add set defualt browser instructions
1 parent bec9fa6 commit 20b5c13

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Set Default Browser in Antix Linux
3+
description: How to Set Default Browser in Antix linux
4+
---
5+
6+
So, you have to have a .desktop file with the name of the browser in either these 2 directories
7+
8+
- `~/.local/share/applications/`
9+
- `/usr/share/applications/`
10+
11+
```sh
12+
xdg-settings set default-web-browser name_of_the_browser_file.desktop
13+
```

0 commit comments

Comments
 (0)