Compare commits

..

No commits in common. "6003c3df32188f2874c22a3584a6457cd4284853" and "73489aa0903bc1df90d671e5ab39348f316d8352" have entirely different histories.

4 changed files with 9 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -102,7 +102,6 @@ gnome-sound-recorder
gnu-free-fonts gnu-free-fonts
gnu-netcat gnu-netcat
gnutls gnutls
google-chrome
gparted gparted
grep grep
grim grim
@ -127,7 +126,6 @@ ibus-uniemoji-git
inkscape inkscape
inotify-tools inotify-tools
iotop iotop
iperf3
iproute2 iproute2
iputils iputils
itstool itstool
@ -189,7 +187,6 @@ libreoffice-extension-languagetool
libreoffice-still libreoffice-still
libretro-overlays libretro-overlays
libretro-shaders-slang libretro-shaders-slang
librewolf-bin
libva-mesa-driver libva-mesa-driver
libva-utils libva-utils
libvncserver libvncserver
@ -256,7 +253,6 @@ paman
papirus-icon-theme papirus-icon-theme
patch patch
pavucontrol pavucontrol
pc-ble-driver
pciutils pciutils
perl perl
perl-image-exiftool perl-image-exiftool
@ -282,7 +278,6 @@ python-axolotl
python-levenshtein python-levenshtein
python-matplotlib python-matplotlib
python-mutagen python-mutagen
python-nrfutil
python-pip python-pip
python-pycryptodome python-pycryptodome
python-pyenchant python-pyenchant