diff options
author | clarkzjw <[email protected]> | 2023-02-02 15:26:34 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-02 15:26:34 -0800 |
commit | f8b38581633c9e432cfe3ab098169e22c9749f64 (patch) | |
tree | 633130542d73c41ad5fdc0a665a09b56ea9b35da /dot_config | |
parent | 0762c34c2bc4c48737926e77732ceeee2fd01ce3 (diff) | |
download | dotfiles-f8b38581633c9e432cfe3ab098169e22c9749f64.tar.gz |
i3
Diffstat (limited to 'dot_config')
-rw-r--r-- | dot_config/flameshot/flameshot.ini | 2 | ||||
-rw-r--r-- | dot_config/i3/config | 2 | ||||
-rw-r--r-- | dot_config/picom.conf | 4 |
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] |
2 | contrastOpacity=188 | 2 | contrastOpacity=188 |
3 | copyOnDoubleClick=true | 3 | copyOnDoubleClick=true |
4 | drawColor=#ff0073 | 4 | drawColor=#f5f3f5 |
5 | filenamePattern=Snipaste_%F_%H-%M-%S | 5 | filenamePattern=Snipaste_%F_%H-%M-%S |
6 | saveAfterCopy=true | 6 | saveAfterCopy=true |
7 | saveAsFileExtension=png | 7 | saveAsFileExtension=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 | |||
308 | assign [class="Thunar"] $ws3 | 308 | assign [class="Thunar"] $ws3 |
309 | assign [class="Logseq"] $ws3 | 309 | assign [class="Logseq"] $ws3 |
310 | assign [class="thunderbird"] $ws4 | 310 | assign [class="thunderbird"] $ws4 |
311 | assign [class="TelegramDesktop"] $ws5 | 311 | #assign [class="TelegramDesktop"] $ws5 |
312 | assign [class="discord"] $ws5 | 312 | assign [class="discord"] $ws5 |
313 | assign [class="Microsoft Teams - Preview"] $ws5 | 313 | assign [class="Microsoft Teams - Preview"] $ws5 |
314 | assign [class="FLTK"] $ws9 | 314 | assign [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"; | 13 | backend = "xrender"; |
14 | backend = "glx"; | 14 | #backend = "glx"; |
15 | #backend = "xr_glx_hybrid" | 15 | #backend = "xr_glx_hybrid" |
16 | 16 | ||
17 | ################################# | 17 | ################################# |