Compare commits
4 Commits
73489aa090
...
6003c3df32
Author | SHA1 | Date | |
---|---|---|---|
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
|
|
||||||
|
|
||||||
|
@ -102,6 +102,7 @@ gnome-sound-recorder
|
|||||||
gnu-free-fonts
|
gnu-free-fonts
|
||||||
gnu-netcat
|
gnu-netcat
|
||||||
gnutls
|
gnutls
|
||||||
|
google-chrome
|
||||||
gparted
|
gparted
|
||||||
grep
|
grep
|
||||||
grim
|
grim
|
||||||
@ -126,6 +127,7 @@ ibus-uniemoji-git
|
|||||||
inkscape
|
inkscape
|
||||||
inotify-tools
|
inotify-tools
|
||||||
iotop
|
iotop
|
||||||
|
iperf3
|
||||||
iproute2
|
iproute2
|
||||||
iputils
|
iputils
|
||||||
itstool
|
itstool
|
||||||
@ -187,6 +189,7 @@ 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
|
||||||
@ -253,6 +256,7 @@ paman
|
|||||||
papirus-icon-theme
|
papirus-icon-theme
|
||||||
patch
|
patch
|
||||||
pavucontrol
|
pavucontrol
|
||||||
|
pc-ble-driver
|
||||||
pciutils
|
pciutils
|
||||||
perl
|
perl
|
||||||
perl-image-exiftool
|
perl-image-exiftool
|
||||||
@ -278,6 +282,7 @@ 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
|
||||||
|
Loading…
Reference in New Issue
Block a user