cleanup
This commit is contained in:
parent
ea8d475166
commit
6e161ed39b
1 changed files with 0 additions and 2 deletions
|
@ -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; }
|
||||||
|
|
Loading…
Reference in a new issue