From c26f0990829d7859bf45b9bab3248fe007095f71 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 14 Oct 2019 15:31:58 +0100 Subject: Add necessary changes for uni comp --- bspwm/bspwmrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bspwm/bspwmrc') diff --git a/bspwm/bspwmrc b/bspwm/bspwmrc index 1b2d67a..222100b 100755 --- a/bspwm/bspwmrc +++ b/bspwm/bspwmrc @@ -1,7 +1,7 @@ #!/bin/sh -bspc monitor eDP-1 -d term web code music 5 6 -bspc monitor DP-1 -d 7 8 9 0 +bspc monitor DP1 -d term web code music 5 6 +bspc monitor DP2 -d 7 8 9 0 bspc config border_width 0 bspc config window_gap 5 -- cgit