Compare commits
10 Commits
e72a0de86e
...
e051dd49d3
Author | SHA1 | Date | |
---|---|---|---|
e051dd49d3 | |||
b19f42a0f4 | |||
ea617a0277 | |||
7d379abda7 | |||
a14eedd762 | |||
6529a5f7f2 | |||
6003c3df32 | |||
1738913e09 | |||
443d10db43 | |||
157509fdba |
@ -20,8 +20,8 @@ CloudPinyinIndex=1
|
|||||||
CloudPinyinAnimation=True
|
CloudPinyinAnimation=True
|
||||||
# Always show Cloud Pinyin place holder
|
# Always show Cloud Pinyin place holder
|
||||||
KeepCloudPinyinPlaceHolder=False
|
KeepCloudPinyinPlaceHolder=False
|
||||||
# Show preedit within application
|
# Preedit Mode
|
||||||
PreeditInApplication=True
|
PreeditMode="Composing pinyin"
|
||||||
# Fix embedded preedit cursor at the beginning of the preedit
|
# Fix embedded preedit cursor at the beginning of the preedit
|
||||||
PreeditCursorPositionAtBeginning=True
|
PreeditCursorPositionAtBeginning=True
|
||||||
# Show complete pinyin in preedit
|
# Show complete pinyin in preedit
|
||||||
|
@ -218,9 +218,6 @@ bindsym XF86Search exec $menu
|
|||||||
# screenshot
|
# screenshot
|
||||||
bindsym Ctrl+Shift+p exec ~/scripts/screenshot
|
bindsym Ctrl+Shift+p exec ~/scripts/screenshot
|
||||||
|
|
||||||
# record screen
|
|
||||||
# bindsym Ctrl+Alt+p exec ~/scripts/record-screen
|
|
||||||
|
|
||||||
### gaps
|
### gaps
|
||||||
gaps inner 25
|
gaps inner 25
|
||||||
# smart_gaps on
|
# smart_gaps on
|
||||||
|
@ -1,12 +1,8 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
echo stopping pipewire-media-session...
|
|
||||||
systemctl --user stop pipewire-media-session
|
|
||||||
echo stopping pipewire...
|
echo stopping pipewire...
|
||||||
systemctl --user stop pipewire
|
systemctl --user stop pipewire
|
||||||
echo starting pipewire...
|
echo starting pipewire...
|
||||||
systemctl --user start pipewire
|
systemctl --user start pipewire
|
||||||
echo starting pipewire-media-session...
|
|
||||||
systemctl --user start pipewire-media-session
|
|
||||||
|
|
||||||
|
@ -46,13 +46,11 @@ efibootmgr
|
|||||||
electrum
|
electrum
|
||||||
elinks
|
elinks
|
||||||
emacs
|
emacs
|
||||||
esptool
|
|
||||||
etcher-bin
|
etcher-bin
|
||||||
evince
|
evince
|
||||||
evolution
|
evolution
|
||||||
f2fs-tools
|
f2fs-tools
|
||||||
fakeroot
|
fakeroot
|
||||||
fcitx5
|
|
||||||
fcitx5-chinese-addons
|
fcitx5-chinese-addons
|
||||||
fcitx5-configtool
|
fcitx5-configtool
|
||||||
fcitx5-gtk
|
fcitx5-gtk
|
||||||
@ -79,7 +77,7 @@ fortune-mod-starwars
|
|||||||
fprintd
|
fprintd
|
||||||
framework-system-git
|
framework-system-git
|
||||||
freecad
|
freecad
|
||||||
fstl
|
freerdp
|
||||||
fwbuilder
|
fwbuilder
|
||||||
fwupd
|
fwupd
|
||||||
gajim
|
gajim
|
||||||
@ -94,8 +92,8 @@ gimp
|
|||||||
git
|
git
|
||||||
git-lfs
|
git-lfs
|
||||||
glibc
|
glibc
|
||||||
gnome-control-center
|
|
||||||
gnome-disk-utility
|
gnome-disk-utility
|
||||||
|
gnome-firmware
|
||||||
gnome-keyring
|
gnome-keyring
|
||||||
gnome-sound-recorder
|
gnome-sound-recorder
|
||||||
gnu-free-fonts
|
gnu-free-fonts
|
||||||
@ -190,7 +188,6 @@ mousetweaks
|
|||||||
mpc
|
mpc
|
||||||
mpv
|
mpv
|
||||||
mpv-mpris
|
mpv-mpris
|
||||||
mqtt-explorer
|
|
||||||
mumble
|
mumble
|
||||||
namcap
|
namcap
|
||||||
nano
|
nano
|
||||||
@ -213,7 +210,6 @@ opendesktop-fonts
|
|||||||
openshot
|
openshot
|
||||||
openvpn
|
openvpn
|
||||||
opustags
|
opustags
|
||||||
orca
|
|
||||||
overdue
|
overdue
|
||||||
p7zip
|
p7zip
|
||||||
package-query
|
package-query
|
||||||
@ -259,7 +255,6 @@ retroarch
|
|||||||
retroarch-assets-xmb
|
retroarch-assets-xmb
|
||||||
rofi
|
rofi
|
||||||
rsync
|
rsync
|
||||||
samsung_magician-consumer-ssd
|
|
||||||
seahorse
|
seahorse
|
||||||
sed
|
sed
|
||||||
shadow
|
shadow
|
||||||
|
Loading…
Reference in New Issue
Block a user