update i3 config
This commit is contained in:
parent
aa288642e0
commit
6ce8eed031
1 changed files with 2 additions and 0 deletions
|
@ -136,6 +136,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
default_border pixel
|
default_border pixel
|
||||||
|
default_orientation vertical
|
||||||
'';
|
'';
|
||||||
config = {
|
config = {
|
||||||
modifier = "Mod4";
|
modifier = "Mod4";
|
||||||
|
@ -183,6 +184,7 @@ in
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
keybindings = {
|
keybindings = {
|
||||||
"Print" = "exec ${pkgs.flameshot}/bin/flameshot gui -c -p /share/";
|
"Print" = "exec ${pkgs.flameshot}/bin/flameshot gui -c -p /share/";
|
||||||
"${cfg.config.modifier}+Return" = "exec ${cfg.config.terminal}";
|
"${cfg.config.modifier}+Return" = "exec ${cfg.config.terminal}";
|
||||||
|
|
Loading…
Reference in a new issue