summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/Dharkael/flameshot.ini7
-rw-r--r--.config/i3/config12
2 files changed, 13 insertions, 6 deletions
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<int>\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--##