aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-02-02 15:26:34 -0800
committerclarkzjw <[email protected]>2023-02-02 15:26:34 -0800
commitf8b38581633c9e432cfe3ab098169e22c9749f64 (patch)
tree633130542d73c41ad5fdc0a665a09b56ea9b35da
parent0762c34c2bc4c48737926e77732ceeee2fd01ce3 (diff)
downloaddotfiles-f8b38581633c9e432cfe3ab098169e22c9749f64.tar.gz
i3
-rw-r--r--dot_config/flameshot/flameshot.ini2
-rw-r--r--dot_config/i3/config2
-rw-r--r--dot_config/picom.conf4
3 files changed, 4 insertions, 4 deletions
diff --git a/dot_config/flameshot/flameshot.ini b/dot_config/flameshot/flameshot.ini
index 9be32ef..56431cb 100644
--- a/dot_config/flameshot/flameshot.ini
+++ b/dot_config/flameshot/flameshot.ini
@@ -1,7 +1,7 @@
1[General] 1[General]
2contrastOpacity=188 2contrastOpacity=188
3copyOnDoubleClick=true 3copyOnDoubleClick=true
4drawColor=#ff0073 4drawColor=#f5f3f5
5filenamePattern=Snipaste_%F_%H-%M-%S 5filenamePattern=Snipaste_%F_%H-%M-%S
6saveAfterCopy=true 6saveAfterCopy=true
7saveAsFileExtension=png 7saveAsFileExtension=png
diff --git a/dot_config/i3/config b/dot_config/i3/config
index f1d3a04..aa3ab18 100644
--- a/dot_config/i3/config
+++ b/dot_config/i3/config
@@ -308,7 +308,7 @@ assign [class="jetbrains-clion"] $ws1
308assign [class="Thunar"] $ws3 308assign [class="Thunar"] $ws3
309assign [class="Logseq"] $ws3 309assign [class="Logseq"] $ws3
310assign [class="thunderbird"] $ws4 310assign [class="thunderbird"] $ws4
311assign [class="TelegramDesktop"] $ws5 311#assign [class="TelegramDesktop"] $ws5
312assign [class="discord"] $ws5 312assign [class="discord"] $ws5
313assign [class="Microsoft Teams - Preview"] $ws5 313assign [class="Microsoft Teams - Preview"] $ws5
314assign [class="FLTK"] $ws9 314assign [class="FLTK"] $ws9
diff --git a/dot_config/picom.conf b/dot_config/picom.conf
index 2ec14a9..bdfe7f2 100644
--- a/dot_config/picom.conf
+++ b/dot_config/picom.conf
@@ -10,8 +10,8 @@
10# Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`. 10# Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`.
11# `xrender` is the default one. 11# `xrender` is the default one.
12# GLX backend is typically much faster but depends on a sane driver. 12# GLX backend is typically much faster but depends on a sane driver.
13#backend = "xrender"; 13backend = "xrender";
14backend = "glx"; 14#backend = "glx";
15#backend = "xr_glx_hybrid" 15#backend = "xr_glx_hybrid"
16 16
17################################# 17#################################
Powered by cgit v1.2.3 (git 2.41.0)