This commit is contained in:
Cyryl Płotnicki 2020-04-18 17:28:25 +01:00
parent ea8d475166
commit 6e161ed39b

View file

@ -10,12 +10,10 @@ in
xsession.windowManager.i3 = { xsession.windowManager.i3 = {
enable = true; enable = true;
package = pkgs.i3-gaps;
config = { config = {
startup = [ startup = [
{ command = "exec hsetroot -solid '#002b36'"; always = true; notification = false; } { command = "exec hsetroot -solid '#002b36'"; always = true; notification = false; }
{ command = "exec setxkbmap -layout pl"; 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/lock.sh"; always = false; notification = false; }
{ command = "exec $HOME/dev/dotfiles/nixos/i3/battery-popup.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; } { command = "exec xdg-mime default org.gnome.Evince.desktop application/pdf"; always = false; notification = false; }