Compare commits
4 Commits
e051dd49d3
...
e72a0de86e
Author | SHA1 | Date | |
---|---|---|---|
e72a0de86e | |||
ba709c86eb | |||
5a0499f6db | |||
a12e0ad7f7 |
@ -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
|
||||||
# Preedit Mode
|
# Show preedit within application
|
||||||
PreeditMode="Composing pinyin"
|
PreeditInApplication=True
|
||||||
# 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,6 +218,9 @@ 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,8 +1,12 @@
|
|||||||
#!/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,11 +46,13 @@ 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
|
||||||
@ -77,7 +79,7 @@ fortune-mod-starwars
|
|||||||
fprintd
|
fprintd
|
||||||
framework-system-git
|
framework-system-git
|
||||||
freecad
|
freecad
|
||||||
freerdp
|
fstl
|
||||||
fwbuilder
|
fwbuilder
|
||||||
fwupd
|
fwupd
|
||||||
gajim
|
gajim
|
||||||
@ -92,8 +94,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
|
||||||
@ -188,6 +190,7 @@ mousetweaks
|
|||||||
mpc
|
mpc
|
||||||
mpv
|
mpv
|
||||||
mpv-mpris
|
mpv-mpris
|
||||||
|
mqtt-explorer
|
||||||
mumble
|
mumble
|
||||||
namcap
|
namcap
|
||||||
nano
|
nano
|
||||||
@ -210,6 +213,7 @@ opendesktop-fonts
|
|||||||
openshot
|
openshot
|
||||||
openvpn
|
openvpn
|
||||||
opustags
|
opustags
|
||||||
|
orca
|
||||||
overdue
|
overdue
|
||||||
p7zip
|
p7zip
|
||||||
package-query
|
package-query
|
||||||
@ -255,6 +259,7 @@ 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