Emacs config
This commit is contained in:
parent
8be6d0c9ca
commit
43b2f39c35
5 changed files with 46 additions and 34 deletions
|
@ -63,6 +63,10 @@
|
|||
xkb_variant = "intl";
|
||||
};
|
||||
};
|
||||
keybindings = {
|
||||
"${modifier}+f" = "exec firefox";
|
||||
"${modifier}+e" = "exec emacs";
|
||||
};
|
||||
};
|
||||
extraConfig = ''
|
||||
bindsym ${modifier}+p move workspace to output right
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue