From 6e161ed39b912ecb95bb270b4e18b978c7d6753b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 18 Apr 2020 17:28:25 +0100 Subject: [PATCH] cleanup --- nixos/i3/i3.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/i3/i3.nix b/nixos/i3/i3.nix index 0c6cbfa0..023e28b6 100644 --- a/nixos/i3/i3.nix +++ b/nixos/i3/i3.nix @@ -10,12 +10,10 @@ in xsession.windowManager.i3 = { enable = true; - package = pkgs.i3-gaps; config = { startup = [ { command = "exec hsetroot -solid '#002b36'"; always = true; notification = false; } { command = "exec setxkbmap -layout pl"; always = true; notification = false; } - { command = "exec autorandr -c"; always = false; notification = false; } { command = "exec $HOME/dev/dotfiles/nixos/i3/lock.sh"; always = false; notification = false; } { command = "exec $HOME/dev/dotfiles/nixos/i3/battery-popup.sh"; always = false; notification = false; } { command = "exec xdg-mime default org.gnome.Evince.desktop application/pdf"; always = false; notification = false; }