update
This commit is contained in:
parent
2799c259f2
commit
8a9d95f582
@ -122,7 +122,7 @@ bind = $mainMod, RETURN, exec, kitty
|
||||
bind = $mainMod SHIFT, Q, killactive,
|
||||
bind = $mainMod, M, exec, nwg-bar
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, R, exec, nwg-drawer -lang zh_CN -nocats -nofs -term kitty
|
||||
bind = $mainMod, ESCAPE, exec, nwg-drawer -lang zh_CN -nocats -nofs -term kitty
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
|
||||
zsh = {
|
||||
enable = true;
|
||||
enableAutosuggestions = true;
|
||||
enableSyntaxHighlighting = true;
|
||||
|
||||
oh-my-zsh = {
|
||||
|
@ -1,6 +1,7 @@
|
||||
let
|
||||
defaultBrowser = "io.gitlab.librewolf-community.desktop";
|
||||
defaultFileManager = "ranger.desktop";
|
||||
defaultTerminal = "kitty.desktop";
|
||||
in {
|
||||
xdg = {
|
||||
enable = true;
|
||||
@ -16,6 +17,14 @@ in {
|
||||
|
||||
# Default file manager.
|
||||
"inode/directory" = defaultFileManager;
|
||||
|
||||
# Image
|
||||
"image/*" = defaultTerminal;
|
||||
|
||||
# Default terminal
|
||||
"application/x-sh" = defaultTerminal;
|
||||
"application/x-shellscript" = defaultTerminal;
|
||||
"x-scheme-handler/ssh" = defaultTerminal;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user