iter
This commit is contained in:
parent
769db9df6e
commit
8482d5dff3
8 changed files with 74 additions and 38 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue