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;
|
||||
extraConfig = ''
|
||||
default_border pixel
|
||||
default_orientation vertical
|
||||
'';
|
||||
config = {
|
||||
modifier = "Mod4";
|
||||
|
@ -183,6 +184,7 @@ in
|
|||
)
|
||||
];
|
||||
|
||||
|
||||
keybindings = {
|
||||
"Print" = "exec ${pkgs.flameshot}/bin/flameshot gui -c -p /share/";
|
||||
"${cfg.config.modifier}+Return" = "exec ${cfg.config.terminal}";
|
||||
|
|
Loading…
Reference in a new issue