meta: format
This commit is contained in:
parent
881080ffd2
commit
262afbacee
@ -1,7 +1,6 @@
|
|||||||
{
|
{ lib
|
||||||
lib,
|
, pkgs
|
||||||
pkgs,
|
, ...
|
||||||
...
|
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
qutebrowser_firejail = pkgs.writeShellScriptBin "qutebrowser" ''
|
qutebrowser_firejail = pkgs.writeShellScriptBin "qutebrowser" ''
|
||||||
@ -279,11 +278,11 @@ in
|
|||||||
${pkgs.coreutils}/bin/rm $ALL_IMGS
|
${pkgs.coreutils}/bin/rm $ALL_IMGS
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
/*
|
/*
|
||||||
refresh_i3status = pkgs.writeShellScriptBin "refresh_i3status" ''
|
refresh_i3status = pkgs.writeShellScriptBin "refresh_i3status" ''
|
||||||
${pkgs.coreutils}/bin/sleep 1 && ${pkgs.procps}/bin/pkill -USR1 i3status-rs
|
${pkgs.coreutils}/bin/sleep 1 && ${pkgs.procps}/bin/pkill -USR1 i3status-rs
|
||||||
'';
|
'';
|
||||||
*/
|
*/
|
||||||
{
|
{
|
||||||
enable = true;
|
enable = true;
|
||||||
events = [
|
events = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user