This commit is contained in:
unexplrd
2025-02-27 17:16:25 +02:00
parent 9758aef906
commit 1cdc75a57a
9 changed files with 152 additions and 209 deletions

View File

@ -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%+"

View File

@ -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
'';
};
};

View File

@ -14,7 +14,7 @@ in {
enable = true;
settings = {
gtk-single-instance = true;
window-decoration = "client";
window-decoration = "server";
};
};
};