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