aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-02-27 20:23:47 -0800
committerclarkzjw <[email protected]>2023-02-27 20:23:47 -0800
commit2d8a3d6ea1b81cc5f2ebf663096dbe4e2aeca247 (patch)
treedba554ff7b4d60a847d67cece24efba3d44e0427
parent06137e0d3d28deaed761498d51218afc5c4d63a4 (diff)
downloaddotfiles-2d8a3d6ea1b81cc5f2ebf663096dbe4e2aeca247.tar.gz
update i3 border setting
-rw-r--r--.chezmoiignore3
-rw-r--r--dot_config/i3/config7
-rw-r--r--dot_config/ibus/rime/luna_pinyin.userdb/CURRENT1
-rw-r--r--dot_config/ibus/rime/luna_pinyin.userdb/LOG14
-rw-r--r--dot_config/ibus/rime/luna_pinyin.userdb/LOG.old5
5 files changed, 8 insertions, 22 deletions
diff --git a/.chezmoiignore b/.chezmoiignore
new file mode 100644
index 0000000..7921b77
--- /dev/null
+++ b/.chezmoiignore
@@ -0,0 +1,3 @@
1~/.config/ibus/rime/luna_pinyin.userdb/CURRENT
2~/.config/ibus/rime/luna_pinyin.userdb/LOG
3~/.config/ibus/rime/luna_pinyin.userdb/LOG.old
diff --git a/dot_config/i3/config b/dot_config/i3/config
index 547f848..f2a70a0 100644
--- a/dot_config/i3/config
+++ b/dot_config/i3/config
@@ -41,10 +41,12 @@ workspace_layout tabbed
41############################## 41##############################
42 42
43#border indicator on windows: 43#border indicator on windows:
44default_border pixel 1 44default_border pixel 0
45#new_window pixel 1
45 46
46# thin borders 47# thin borders
47hide_edge_borders both 48#hide_edge_borders both
49default_border normal
48 50
49# Use Mouse+$mod to drag floating windows to their wanted position 51# Use Mouse+$mod to drag floating windows to their wanted position
50floating_modifier $mod 52floating_modifier $mod
@@ -306,6 +308,7 @@ for_window [class=TelegramDesktop] focus
306for_window [class="Microsoft Teams - Preview"] focus 308for_window [class="Microsoft Teams - Preview"] focus
307 309
308#for_window [class="^.*"] border pixel 1 310#for_window [class="^.*"] border pixel 1
311for_window [class="Xfce4-terminal"] border pixel 1
309 312
310############## 313##############
311# compositor # 314# compositor #
diff --git a/dot_config/ibus/rime/luna_pinyin.userdb/CURRENT b/dot_config/ibus/rime/luna_pinyin.userdb/CURRENT
deleted file mode 100644
index 697df55..0000000
--- a/dot_config/ibus/rime/luna_pinyin.userdb/CURRENT
+++ /dev/null
@@ -1 +0,0 @@
1MANIFEST-001955
diff --git a/dot_config/ibus/rime/luna_pinyin.userdb/LOG b/dot_config/ibus/rime/luna_pinyin.userdb/LOG
deleted file mode 100644
index 3e3483c..0000000
--- a/dot_config/ibus/rime/luna_pinyin.userdb/LOG
+++ /dev/null
@@ -1,14 +0,0 @@
12023/02/27-00:28:52.023897 140366939692608 Recovering log #1954
22023/02/27-00:28:52.023940 140366939692608 Level-0 table #1956: started
32023/02/27-00:28:52.024992 140366939692608 Level-0 table #1956: 482 bytes OK
42023/02/27-00:28:52.027315 140366939692608 Delete type=0 #1954
52023/02/27-00:28:52.027338 140366939692608 Delete type=3 #1952
62023/02/27-00:28:52.027510 140366799959744 Compacting 4@0 + 1@1 files
72023/02/27-00:28:52.039087 140366799959744 Generated table #1958@0: 14463 keys, 438031 bytes
82023/02/27-00:28:52.039118 140366799959744 Compacted 4@0 + 1@1 files => 438031 bytes
92023/02/27-00:28:52.039885 140366799959744 compacted to: files[ 0 1 0 0 0 0 0 ]
102023/02/27-00:28:52.039960 140366799959744 Delete type=2 #1950
112023/02/27-00:28:52.039974 140366799959744 Delete type=2 #1956
122023/02/27-00:28:52.040002 140366799959744 Delete type=2 #1945
132023/02/27-00:28:52.040012 140366799959744 Delete type=2 #1953
142023/02/27-00:28:52.040021 140366799959744 Delete type=2 #1947
diff --git a/dot_config/ibus/rime/luna_pinyin.userdb/LOG.old b/dot_config/ibus/rime/luna_pinyin.userdb/LOG.old
deleted file mode 100644
index d5cba63..0000000
--- a/dot_config/ibus/rime/luna_pinyin.userdb/LOG.old
+++ /dev/null
@@ -1,5 +0,0 @@
12023/02/25-22:17:59.941394 140366939692608 Recovering log #1951
22023/02/25-22:17:59.941434 140366939692608 Level-0 table #1953: started
32023/02/25-22:17:59.950467 140366939692608 Level-0 table #1953: 160 bytes OK
42023/02/25-22:17:59.952284 140366939692608 Delete type=0 #1951
52023/02/25-22:17:59.952292 140366939692608 Delete type=3 #1949
Powered by cgit v1.2.3 (git 2.41.0)