mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-27 14:30:14 +01:00
feat: switch to nautilus
This commit is contained in:
parent
241ecdfcbd
commit
ba54c694d5
1 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,7 @@
|
||||||
|
|
||||||
home.file.".cache/nwg-dock-pinned".text = ''
|
home.file.".cache/nwg-dock-pinned".text = ''
|
||||||
chromium-browser
|
chromium-browser
|
||||||
thunar
|
nautilus
|
||||||
${if (host == "sakura") then "darktable" else ""}
|
${if (host == "sakura") then "darktable" else ""}
|
||||||
${if (host == "sakura") then "flstudio" else ""}
|
${if (host == "sakura") then "flstudio" else ""}
|
||||||
${if (host == "iris") then "steam" else ""}
|
${if (host == "iris") then "steam" else ""}
|
||||||
|
|
@ -264,7 +264,7 @@
|
||||||
"$mainMod, D, exec, bemenu-run -l 5 --ignorecase"
|
"$mainMod, D, exec, bemenu-run -l 5 --ignorecase"
|
||||||
"SUPER SHIFT, L, exec, swaylock --image /home/${username}/.local/share/bg.png"
|
"SUPER SHIFT, L, exec, swaylock --image /home/${username}/.local/share/bg.png"
|
||||||
"SUPER, L, exec, swaylock --image /home/${username}/.local/share/bg.png"
|
"SUPER, L, exec, swaylock --image /home/${username}/.local/share/bg.png"
|
||||||
"$mainMod, E, exec, thunar"
|
"$mainMod, E, exec, nautilus"
|
||||||
"$mainMod SHIFT, B, exec, pkill -SIGUSR1 .waybar-wrapped"
|
"$mainMod SHIFT, B, exec, pkill -SIGUSR1 .waybar-wrapped"
|
||||||
"$mainMod, C,exec, hyprpicker -a"
|
"$mainMod, C,exec, hyprpicker -a"
|
||||||
"$mainMod, W,exec, wallpaper-picker"
|
"$mainMod, W,exec, wallpaper-picker"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue