add file manager GUI
This commit is contained in:
parent
9166915847
commit
a0e0c471c9
1 changed files with 10 additions and 0 deletions
|
|
@ -386,8 +386,18 @@
|
||||||
adwaita-qt
|
adwaita-qt
|
||||||
adwaita-qt6
|
adwaita-qt6
|
||||||
grimblast
|
grimblast
|
||||||
|
xfce.thunar
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Hyprland-specific shell configuration
|
||||||
|
programs.zsh.initContent = ''
|
||||||
|
# Open current directory in Thunar file manager (background)
|
||||||
|
open() {
|
||||||
|
thunar "''${1:-.}" &>/dev/null &
|
||||||
|
disown
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
|
||||||
# Cursor theme configuration
|
# Cursor theme configuration
|
||||||
home.pointerCursor = {
|
home.pointerCursor = {
|
||||||
name = "Bibata-Modern-Ice";
|
name = "Bibata-Modern-Ice";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue