feat: default file manager changed to nemo
This commit is contained in:
parent
19532b79fc
commit
ab3efc060a
3 changed files with 3 additions and 2 deletions
|
@ -89,6 +89,7 @@ The following packages are required for the proper functioning of Hyprland on Vo
|
||||||
<details>
|
<details>
|
||||||
<summary><strong>System Apps</strong></summary>
|
<summary><strong>System Apps</strong></summary>
|
||||||
|
|
||||||
|
- nemo
|
||||||
- alacritty
|
- alacritty
|
||||||
- zellij
|
- zellij
|
||||||
- octoxbps
|
- octoxbps
|
||||||
|
|
|
@ -11,7 +11,7 @@ application/x-extension-xhtml=userapp-Firefox-Q5DTJ2.desktop
|
||||||
application/x-extension-xht=userapp-Firefox-Q5DTJ2.desktop
|
application/x-extension-xht=userapp-Firefox-Q5DTJ2.desktop
|
||||||
video/mp4=vlc.desktop
|
video/mp4=vlc.desktop
|
||||||
application/pdf=org.gnome.Evince.desktop
|
application/pdf=org.gnome.Evince.desktop
|
||||||
inode/directory=thunar.desktop
|
inode/directory=nemo.desktop
|
||||||
|
|
||||||
[Added Associations]
|
[Added Associations]
|
||||||
x-scheme-handler/http=userapp-Firefox-QKWUJ2.desktop;userapp-Firefox-Q5DTJ2.desktop;
|
x-scheme-handler/http=userapp-Firefox-QKWUJ2.desktop;userapp-Firefox-Q5DTJ2.desktop;
|
||||||
|
|
|
@ -9,7 +9,7 @@ env = QT_QPA_PLATFORM,wayland
|
||||||
$scr_path = ~/.config/hypr/scripts
|
$scr_path = ~/.config/hypr/scripts
|
||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
$terminal = alacritty -o "window.opacity=0"
|
$terminal = alacritty -o "window.opacity=0"
|
||||||
$fileManager = thunar
|
$fileManager = nemo
|
||||||
$screenshot = $scr_path/hyprshot.sh
|
$screenshot = $scr_path/hyprshot.sh
|
||||||
$network_manager = $scr_path/wpa-launch.sh
|
$network_manager = $scr_path/wpa-launch.sh
|
||||||
$random_wallpaper = $scr_path/wallpaper-daemon.sh
|
$random_wallpaper = $scr_path/wallpaper-daemon.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue