change file manager
This commit is contained in:
parent
88f77919ee
commit
94c02df431
4 changed files with 16 additions and 13 deletions
|
@ -32,16 +32,11 @@
|
|||
|
||||
feh
|
||||
|
||||
dolphin
|
||||
hyfetch
|
||||
enpass
|
||||
webcord
|
||||
obsidian
|
||||
kicad
|
||||
gnome.nautilus
|
||||
cinnamon.nemo-with-extensions
|
||||
|
||||
#firefox
|
||||
|
||||
];
|
||||
}
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
./firefox.nix
|
||||
./kitty.nix
|
||||
./thunar.nix
|
||||
./thunderbird.nix
|
||||
];
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#''hyprctl dispatch exec "[workspace 4 silent] "''
|
||||
#''hyprctl dispatch exec "[workspace 8 silent] "''
|
||||
''hyprctl dispatch exec "[workspace 9 silent] webcord"''
|
||||
''hyprctl dispatch exec "[workspace special:ctrl silent] dolphin"''
|
||||
''hyprctl dispatch exec "[workspace special:ctrl silent] thunar"''
|
||||
''hyprctl dispatch exec "[workspace special:alt silent] obsidian"''
|
||||
''hyprctl dispatch exec "[workspace special:altgr silent] thunderbird"''
|
||||
#''exec-once = hyprctl dispatch exec "[workspace special:strg silent] "''
|
||||
|
@ -33,7 +33,7 @@
|
|||
|
||||
env = [
|
||||
"XCURSOR_SIZE, 24"
|
||||
"HYPRCURSOR_SIZE,48"
|
||||
"HYPRCURSOR_SIZE,24"
|
||||
];
|
||||
|
||||
input = {
|
||||
|
@ -127,10 +127,7 @@
|
|||
|
||||
windowrule = [
|
||||
"idleinhibit fullscreen, ^(firefox)$"
|
||||
"float, ^(org.gnome.Nautilus)$"
|
||||
"float, ^(nemo)$"
|
||||
"float, ^(org.kde.dolphin)$"
|
||||
"float, ^(org.gnome.FileRoller)$"
|
||||
"float, ^(thunar)$"
|
||||
"stayfocused, title:^(Enpass Assistant)$"
|
||||
"pin, title:^(Enpass Assistant)$"
|
||||
"center, title:^(Enpass Assistant)$"
|
||||
|
@ -159,12 +156,12 @@
|
|||
''$mainMod, Q, exec, kitty''
|
||||
''$mainMod, C, killactive, ''
|
||||
''$mainMod, M, exit, ''
|
||||
''$mainMod, E, exec, dolphin''
|
||||
''$mainMod, E, exec, thunar''
|
||||
''$mainMod, V, togglefloating, ''
|
||||
''$mainMod, R, exec, wofi --show drun''
|
||||
''$mainMod, J, togglesplit, # dwindle''
|
||||
''$mainMod, P, exec, Enpass''
|
||||
''$mainMod, T, exec, hyprctl dispatch exec "[float; pin; size 40% 40%; move 100%-41% 40] kitty bpytop -b proc"''
|
||||
''$mainMod, T, exec, hyprctl dispatch exec "[float; pin; size 40% 40%; move 100%-41% 40] kitty btop -b proc"''
|
||||
''$mainMod, W, exec, networkmanager_dmenu''
|
||||
''$mainMod, F, fullscreen''
|
||||
|
||||
|
|
10
users/willifan/graphical/thunar.nix
Normal file
10
users/willifan/graphical/thunar.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, home-manager, ... }:
|
||||
{
|
||||
programs.thunar = {
|
||||
enable = true;
|
||||
plugins = with pkgs.xfce; [
|
||||
thunar-archive-plugin
|
||||
thunar-volman
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Reference in a new issue