This commit is contained in:
alisceon 2026-03-06 15:09:04 +01:00
parent 769db9df6e
commit 8482d5dff3
8 changed files with 74 additions and 38 deletions

View file

@ -129,6 +129,9 @@
];
bars = [ ];
input = {
"type:keyboard" = {
xkb_options = "fkeys:basic_13-24";
};
"type:touchpad" = {
dwt = "enabled";
tap = "enabled";
@ -149,6 +152,9 @@
};
}; # end input
keybindings = {
# Outputs
"F13" = ''exec ${notify} -t 2000 "$(xonsh ~/.nixos_config/util/toggle_mon.xsh)"'';
# Workspaces
"${key_mod}+f" = "fullscreen";
"${key_mod}+Shift+f" = "floating toggle";