diff --git a/home/wm/i3/default.nix b/home/wm/i3/default.nix index ead5df9..57235ef 100644 --- a/home/wm/i3/default.nix +++ b/home/wm/i3/default.nix @@ -376,11 +376,7 @@ in # Make htop window bigger { criteria = { title = "^htop$"; }; - command = "resize set 80 ppt 80 ppt"; - } - { - criteria = { title = "^htop$"; }; - command = "move position center"; + command = "resize set 80 ppt 80 ppt, move position center"; } ]; };