Compare commits
No commits in common. "6003c3df32188f2874c22a3584a6457cd4284853" and "73489aa0903bc1df90d671e5ab39348f316d8352" have entirely different histories.
6003c3df32
...
73489aa090
@ -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
|
||||
|
||||
|
@ -102,7 +102,6 @@ gnome-sound-recorder
|
||||
gnu-free-fonts
|
||||
gnu-netcat
|
||||
gnutls
|
||||
google-chrome
|
||||
gparted
|
||||
grep
|
||||
grim
|
||||
@ -127,7 +126,6 @@ ibus-uniemoji-git
|
||||
inkscape
|
||||
inotify-tools
|
||||
iotop
|
||||
iperf3
|
||||
iproute2
|
||||
iputils
|
||||
itstool
|
||||
@ -189,7 +187,6 @@ libreoffice-extension-languagetool
|
||||
libreoffice-still
|
||||
libretro-overlays
|
||||
libretro-shaders-slang
|
||||
librewolf-bin
|
||||
libva-mesa-driver
|
||||
libva-utils
|
||||
libvncserver
|
||||
@ -256,7 +253,6 @@ paman
|
||||
papirus-icon-theme
|
||||
patch
|
||||
pavucontrol
|
||||
pc-ble-driver
|
||||
pciutils
|
||||
perl
|
||||
perl-image-exiftool
|
||||
@ -282,7 +278,6 @@ python-axolotl
|
||||
python-levenshtein
|
||||
python-matplotlib
|
||||
python-mutagen
|
||||
python-nrfutil
|
||||
python-pip
|
||||
python-pycryptodome
|
||||
python-pyenchant
|
||||
|
Loading…
Reference in New Issue
Block a user