Skip to content

Commit 34928ae

Browse files
committed
graphical
1 parent 8db4182 commit 34928ae

File tree

8 files changed

+9
-28
lines changed

8 files changed

+9
-28
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
GTK_IM_MODULE=fcitx
2+
QT_IM_MODULE=fcitx
3+
XMODIFIERS=@im=fcitx

home/.config/nvim/init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ nmap('gj', ':HopLineAC<cr>')
132132
nmap('gk', ':opLineBC<cr>')
133133
xnmap('gD', vim.lsp.buf.declaration, '[G]oto [D]eclaration')
134134
-- <leader>
135-
xnmap('<leader>?', require('telescope.builtin').oldfiles, { desc = '[?] Find recently opened files' })
136-
xnmap('<leader><space>', require('telescope.builtin').buffers, { desc = '[ ] Find existing buffers' })
135+
xnmap('<leader>?', require('telescope.builtin').oldfiles, '[?] Find recently opened files')
136+
xnmap('<leader><space>', require('telescope.builtin').buffers, '[ ] Find existing buffers')
137137
nmap('<leader>.', '<cmd>lua require("telescope.builtin").find_files({search_dirs={vim.fn.expand("%:h:p")}})<cr>', {silent=true})
138138
-- <leader>a (app)
139139
nmap('<leader>ag', '<cmd>%!genhdr<cr>')

home/.config/systemd/user/fcitx.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Documentation=man:fcitx(1)
44

55
[Service]
66
Environment=XMODIFIERS=@im=fcitx GTK_IM_MODULE=fcitx QT_IM_MODULE=fcitx
7-
ExecStart=/usr/bin/fcitx -D
7+
ExecStart=/usr/bin/fcitx5 -D
88

99
[Install]
1010
WantedBy=graphical.target

home/.config/systemd/user/nvchecker.service

Lines changed: 0 additions & 5 deletions
This file was deleted.

home/.config/systemd/user/nvchecker.timer

Lines changed: 0 additions & 9 deletions
This file was deleted.

home/.config/systemd/user/udiskie.service

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
patch:
2+
schema_list:
3+
- schema: double_pinyin_mspy

home/.xsessionrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)