From ed014311158c8b1444bbd43822db2428abb7a456 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 7 Jul 2023 11:37:58 +0100 Subject: [PATCH] Switch back to fish, update monitor names/config for new dock --- flake.nix | 14 +++++++------- hosts/Ronin/configuration.nix | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.nix b/flake.nix index 3adbbe53..05d0eff4 100644 --- a/flake.nix +++ b/flake.nix @@ -142,18 +142,18 @@ xsession.windowManager.bspwm.extraConfig = '' if [[ "$(xrandr --query | grep -E '^DP-1-1 connected')" ]]; then xrandr --output eDP-1 --off\ - --output DP-1-1 --primary --mode 1920x1200 --pos 0x185 --rotate normal\ - --output DP-1-2 --mode 1920x1080 --pos 1920x0 --rotate left + --output DP-1-3 --primary --mode 1920x1200 --pos 0x185 --rotate normal\ + --output DP-1-1 --mode 1920x1080 --pos 1920x0 --rotate left bspc monitor eDP-1 -r - bspc monitor DP-1-1 -g 1920x1200+0+185 - bspc monitor DP-1-2 -g 1080x1920+1920+0 + bspc monitor DP-1-3 -g 1920x1200+0+185 + bspc monitor DP-1-1 -g 1080x1920+1920+0 else xrandr --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal\ - --output DP-1-1 --off\ - --output DP-1-2 --off + --output DP-1-3 --off\ + --output DP-1-1 --off bspc monitor eDP-1 -g 1920x1080+0+0 + bspc monitor DP-1-3 -r bspc monitor DP-1-1 -r - bspc monitor DP-1-2 -r fi for desktop in "main" "dev" "browser" "files" "chat" "remote" "steam" "misc"; do bspc desktop $desktop --to-monitor primary diff --git a/hosts/Ronin/configuration.nix b/hosts/Ronin/configuration.nix index efa8c9f3..abf139b5 100644 --- a/hosts/Ronin/configuration.nix +++ b/hosts/Ronin/configuration.nix @@ -31,7 +31,7 @@ isNormalUser = true; description = "Evie Litherland-Smith"; extraGroups = ["networkmanager" "wheel"]; - shell = pkgs.zsh; + shell = pkgs.fish; }; services.greetd.settings.initial_session.user = "elitherl";