lint
This commit is contained in:
parent
9c92ea27e3
commit
8a2127b3d8
37 changed files with 75 additions and 67 deletions
|
@ -90,7 +90,7 @@ in {
|
|||
bindr = [ # "bind released"
|
||||
"SUPER, Super_L, exec, ${lib.getExe pkgs.nwg-drawer}"
|
||||
];
|
||||
bind = let
|
||||
bind = let
|
||||
screenshotScript = pkgs.writeScript "screenshot" ''
|
||||
temp_file=$(mktemp)
|
||||
trap 'rm -f "$temp_file"' EXIT
|
||||
|
@ -200,7 +200,7 @@ in {
|
|||
|
||||
monitor=",highrr,auto,auto";
|
||||
|
||||
exec-once = [
|
||||
exec-once = [
|
||||
"${lib.getExe pkgs.networkmanagerapplet}" # network applet
|
||||
"${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1" # polkit agent
|
||||
"${lib.getExe pkgs.wl-clip-persist} --clipboard regular" # to fix wl clipboards disappearing
|
||||
|
@ -219,7 +219,7 @@ in {
|
|||
|
||||
layout = "dwindle";
|
||||
|
||||
resize_on_border = true;
|
||||
resize_on_border = true;
|
||||
};
|
||||
|
||||
windowrulev2 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue