change file manager
This commit is contained in:
parent
88f77919ee
commit
94c02df431
4 changed files with 16 additions and 13 deletions
|
@ -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''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue