Browse Source

removed specified monitor

master
Marc 4 years ago
parent
commit
7fe132ebf9
1 changed files with 3 additions and 6 deletions
  1. 9
      .config/polybar/config.ini

9
.config/polybar/config.ini

@ -42,14 +42,11 @@ include-file = ~/.config/polybar/user_modules.ini
; If unspecified, the application will pick the first one it finds. ; If unspecified, the application will pick the first one it finds.
; $ polybar -m | cut -d ':' -f 1 ; $ polybar -m | cut -d ':' -f 1
; $ xrandr -q | grep " connected" | cut -d ' ' -f1 ; $ xrandr -q | grep " connected" | cut -d ' ' -f1
monitor = DP-0
;monitor = DP-0
; Use the specified monitor as a fallback if the main one is not found. ; Use the specified monitor as a fallback if the main one is not found.
<<<<<<< HEAD
monitor-fallback = eDP
=======
monitor-fallback = VGA-1
>>>>>>> 60e59f1ed9b6946945f4e26696feabdfd088fff6
;monitor-fallback = eDP
;monitor-fallback = VGA-1
; Require the monitor to be in connected state ; Require the monitor to be in connected state
; XRandR sometimes reports my monitor as being disconnected (when in use) ; XRandR sometimes reports my monitor as being disconnected (when in use)

Loading…
Cancel
Save