updet
This commit is contained in:
@ -325,7 +325,7 @@ in {
|
||||
", XF86AudioPlay, exec, playerctl play-pause"
|
||||
", XF86AudioPrev, exec, playerctl previous"
|
||||
", XF86AudioNext, exec, playerctl next"
|
||||
"$modCtrl, Escape, exit"
|
||||
"$modShiftCtrl ALT, Q, exit"
|
||||
];
|
||||
binde = [
|
||||
", XF86MonBrightnessUp, exec, brightnessctl s 5%+"
|
||||
|
@ -38,16 +38,10 @@ in {
|
||||
l = "ls -la";
|
||||
};
|
||||
interactiveShellInit = ''
|
||||
bind \e\[3\;5~ kill-word
|
||||
bind \cH backward-kill-word
|
||||
set fish_greeting
|
||||
set fish_cursor_default block blink
|
||||
set fish_cursor_insert line blink
|
||||
set fish_cursor_replace_one underscore blink
|
||||
set fish_cursor_visual block
|
||||
|
||||
function fish_user_key_bindings
|
||||
fish_default_key_bindings -M insert
|
||||
fish_vi_key_bindings --no-erase insert
|
||||
end
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
@ -14,7 +14,7 @@ in {
|
||||
enable = true;
|
||||
settings = {
|
||||
gtk-single-instance = true;
|
||||
window-decoration = "client";
|
||||
window-decoration = "server";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user