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/Dharkael/flameshot.ini | 7 +++++++ .config/i3/config | 12 ++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 .config/Dharkael/flameshot.ini diff --git a/.config/Dharkael/flameshot.ini b/.config/Dharkael/flameshot.ini new file mode 100644 index 0000000..ec94e3e --- /dev/null +++ b/.config/Dharkael/flameshot.ini @@ -0,0 +1,7 @@ +[General] +buttons=@Variant(\0\0\0\x7f\0\0\0\vQList\0\0\0\0\x12\0\0\0\0\0\0\0\x1\0\0\0\x2\0\0\0\x3\0\0\0\x4\0\0\0\x5\0\0\0\x6\0\0\0\x12\0\0\0\xf\0\0\0\a\0\0\0\b\0\0\0\t\0\0\0\x10\0\0\0\n\0\0\0\v\0\0\0\f\0\0\0\r\0\0\0\xe) +contrastOpacity=127 +disabledTrayIcon=false +drawColor=#ff0000 +drawThickness=0 +filenamePattern=fs_%e%b%Y_%H%M%S 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