From 4cbc91111eccd8c4a0cefddcceea1482f727b6bf Mon Sep 17 00:00:00 2001 From: Tobias Manske Date: Thu, 10 Nov 2022 17:29:21 +0100 Subject: [PATCH] DELL Dock --- grobi/grobi.conf | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/grobi/grobi.conf b/grobi/grobi.conf index 7aed420..b7a8145 100644 --- a/grobi/grobi.conf +++ b/grobi/grobi.conf @@ -3,7 +3,6 @@ # The commands listed in execute_after will be run after an output # configuration was changed. execute_after: - # - polybar-msg cmd restart - ~/.fehbg # if anything goes wrong (connection the X server died or some other error), @@ -26,25 +25,25 @@ rules: # I use a modified version of grobi available at https://github.com/rad4day/grobi # which allows to specify a display rotation as ::. # This config will throw errors in default grobi! - - name: Docking Station + - name: DELL outputs_connected: - - DP3-1-BNQ-30887-21573-BenQ GL2450H-X4F00171019 - - DP3-2-BNQ-30887-21573-BenQ GL2450H-ACB00126019 - - DP1-SAM-3953-1129860145-S34J55x-H4LT100404 + - DP2-1-BNQ-30887-21573-BenQ GL2450H-ACB00126019 + - DP2-2-BNQ-30887-21573-BenQ GL2450H-X4F00171019 + - DP2-3-SAM-3953-1129860145-S34J55x-H4LT100404 configure_row: - - DP3-2@1920x1080::left - - DP1@3440x1440 - - DP3-1@1920x1080::right + - DP2-1@1920x1080::left + - DP2-3@3440x1440 + - DP2-2@1920x1080::right # atomic instructs grobi to only call xrandr once and configure all the # outputs. This does not always work with all graphic cards. atomic: false - primary: DP1 + primary: DP2-3 execute_after: - xset s on - rfkill block wifi - bluetoothctl power on - - xrandr --output DP3-1 --set "Broadcast RGB" "Full" - - xrandr --output DP3-2 --set "Broadcast RGB" "Full" + - xrandr --output DP2-1 --set "Broadcast RGB" "Full" + - xrandr --output DP2-2 --set "Broadcast RGB" "Full" - systemctl --user start redshift-gtk.service - /home/rad4day/.config/i3/scripts/ws-dock.sh