add swayidle
This commit is contained in:
parent
30ab3d8ddf
commit
99eb1ff5f1
1 changed files with 4 additions and 6 deletions
|
@ -43,12 +43,10 @@ in
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
startup = [
|
startup = [
|
||||||
{
|
{ command = "${pkgs.wl-clipboard}/bin/wl-paste -t text --watch ${pkgs.clipman}/bin/clipman store"; }
|
||||||
command = "${pkgs.wl-clipboard}/bin/wl-paste -t text --watch ${pkgs.clipman}/bin/clipman store";
|
{ command = "${pkgs.clipman}/bin/clipman restore"; }
|
||||||
}
|
{ command = ''swayidle -w timeout 300 'swaylock -f -c 000000' timeout 600 'swaymsg "outout * dpms off"' resume 'swaymsg "outout * dpms off"' before-sleep 'swaylock -f -c 000000'
|
||||||
{
|
''; }
|
||||||
command = "${pkgs.clipman}/bin/clipman restore";
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
output.eDP-1.scale = "1.7";
|
output.eDP-1.scale = "1.7";
|
||||||
input."1:1:AT_Translated_Set_2_keyboard" = {
|
input."1:1:AT_Translated_Set_2_keyboard" = {
|
||||||
|
|
Loading…
Reference in a new issue