From 928d2ad6490760892209b3c3e9806f5cc4eb75bd Mon Sep 17 00:00:00 2001 From: David Luevano <55825613+luevano@users.noreply.github.com> Date: Mon, 10 Feb 2020 20:56:58 -0700 Subject: Add flameshot, update i3config --- .config/i3/config | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to '.config/i3') diff --git a/.config/i3/config b/.config/i3/config index 7836cbe..ee312de 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -19,19 +19,19 @@ set $read --no-startup-id $READER set $rstbar pkill -RTMIN+1 $STATUSBAR ##--i3bar configuration--## -# Primary monitor. (DP-2) +# Primary monitor. bar { - output DP-2 + output primary + tray_output primary position top status_command $STATUSBAR - tray_output DP-2 } -# Second monitor. (HDMI-1) +# Second monitor. bar { - output HDMI-1 + output DP-0 + tray_output none position top status_command $STATUSBAR - tray_output none } ##--Keybindings--## -- cgit v1.2.3-54-g00ecf