Caps!
This commit is contained in:
parent
8b6dd79516
commit
615b6b26bd
|
@ -92,7 +92,7 @@ in
|
||||||
"${mod}+v" = "split v";
|
"${mod}+v" = "split v";
|
||||||
"${mod}+Shift+v" = "split h";
|
"${mod}+Shift+v" = "split h";
|
||||||
## Run
|
## Run
|
||||||
"${mod}+r" = config.wayland.windowManager.sway.config.menu;
|
"${mod}+r" = "exec ${config.wayland.windowManager.sway.config.menu}";
|
||||||
"${mod}+Shift+r" = "mode resize";
|
"${mod}+Shift+r" = "mode resize";
|
||||||
# "${mod}+d" = "exec i3-dmenu-desktop --dmenu='${pkgs.dmenu}/bin/dmenu -i'";
|
# "${mod}+d" = "exec i3-dmenu-desktop --dmenu='${pkgs.dmenu}/bin/dmenu -i'";
|
||||||
} // (
|
} // (
|
||||||
|
@ -179,14 +179,14 @@ in
|
||||||
settings = [
|
settings = [
|
||||||
# Top bar
|
# Top bar
|
||||||
{
|
{
|
||||||
layer = "top";
|
|
||||||
position = "top";
|
position = "top";
|
||||||
modules-left = [
|
modules-left = [
|
||||||
"sway/workspaces"
|
"sway/workspaces"
|
||||||
"sway/mode"
|
"sway/mode"
|
||||||
|
];
|
||||||
|
modules-center = [
|
||||||
"sway/window"
|
"sway/window"
|
||||||
];
|
];
|
||||||
modules-center = [ ];
|
|
||||||
modules-right = [
|
modules-right = [
|
||||||
"tray"
|
"tray"
|
||||||
"pulseaudio"
|
"pulseaudio"
|
||||||
|
|
|
@ -34,6 +34,12 @@
|
||||||
# Enable sway
|
# Enable sway
|
||||||
programs.my-sway.enable = true;
|
programs.my-sway.enable = true;
|
||||||
programs.my-sway.fontSize = 14.0;
|
programs.my-sway.fontSize = 14.0;
|
||||||
|
# Keyboard support
|
||||||
|
wayland.windowManager.sway.config = {
|
||||||
|
input."1:1:AT_Translated_Set_2_keyboard" = {
|
||||||
|
xkb_options = "ctrl:swapcaps";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# This value determines the Home Manager release that your
|
# This value determines the Home Manager release that your
|
||||||
# configuration is compatible with. This helps avoid breakage
|
# configuration is compatible with. This helps avoid breakage
|
||||||
|
|
Loading…
Reference in a new issue