split neovim config
This commit is contained in:
parent
8fb6118bcd
commit
5df8317a4a
19 changed files with 239 additions and 195 deletions
|
|
@ -130,10 +130,6 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
extraConfig=''
|
||||
bindswitch lid:on output eDP-1 disable
|
||||
bindswitch lid:off output eDP-1 enable
|
||||
'';
|
||||
};
|
||||
programs.i3status = {
|
||||
enable = true;
|
||||
|
|
@ -202,11 +198,11 @@
|
|||
events = [
|
||||
{ event = "lock"; command = "${pkgs.swaylock}/bin/swaylock";}
|
||||
{ event = "before-sleep"; command = "${pkgs.swaylock}/bin/swaylock";}
|
||||
{ event = "after-resume"; command = "${pkgs.sway}/bin/swaymsg \"output * power on\"";}
|
||||
{ event = "after-resume"; command = "${pkgs.sway}/bin/swaymsg \"output * toggle\"";}
|
||||
];
|
||||
timeouts = [
|
||||
{ timeout = 600; command = "${pkgs.swaylock}/bin/swaylock";}
|
||||
{ timeout = 1200; command = "${pkgs.sway}/bin/swaymsg \"output * power off\"";}
|
||||
{ timeout = 1200; command = "${pkgs.sway}/bin/swaymsg \"output * toggle\"";}
|
||||
];
|
||||
};
|
||||
services.kanshi = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue