mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-16 16:29:23 +01:00
i3 & pam_environment: enable fcitx
This commit is contained in:
parent
960da118f1
commit
715733ccbd
@ -3,7 +3,7 @@
|
||||
# gnome-screenshot i3lock sudo hibernate playerctl pulseaudio-utils
|
||||
# galculator network-manager-gnome redshift-gtk x11-xserver-utils
|
||||
# pasystray feh rofi pulsemixer libnotify-bin xcompmgr xfce4-terminal
|
||||
# fonts-dejavu dbus-x11 arandr numlockx
|
||||
# fonts-dejavu dbus-x11 arandr numlockx fcitx-bin fcitx-mozc
|
||||
#
|
||||
# Debian theming: lxappearance gtk-chtheme qt4-qtconfig
|
||||
# https://askubuntu.com/a/600946
|
||||
@ -25,6 +25,7 @@ set $TERMINAL xfce4-terminal
|
||||
# i3lock options: black colour, cursor (that does nothing)
|
||||
# show failed attempts.
|
||||
set $ScreenLockCmd i3lock -c 000000 -p win -f
|
||||
#set $ScreenLockCmd i3lock-fancy
|
||||
|
||||
# Font for window titles. Will also be used by the bar unless a different
|
||||
# font is used in the bar {} block below.
|
||||
@ -272,6 +273,8 @@ exec --no-startup-id xcompmgr -c -n
|
||||
# Make everything a bit transparent, you don't want this.
|
||||
#exec --no-startup-id compton --active-opacity 0.95 --inactive-opacity 0.95 -m 0.95 -e 0.95
|
||||
exec --no-startup-id numlockx on
|
||||
# see also pam_environment https://wiki.archlinux.org/index.php/Fcitx#Non_desktop_environment
|
||||
exec --no-startup-id fcitx
|
||||
|
||||
# CHANGEME - weird autostart options that may not be suitable even for my other devices
|
||||
# Centre of Lauttasaari
|
||||
|
@ -14,3 +14,8 @@ LC_MONETARY DEFAULT=fi_FI.UTF-8
|
||||
LC_NAME DEFAULT=fi_FI.UTF-8
|
||||
# +358...
|
||||
LC_TELEPHONE DEFAULT=fi_FI.UTF-8
|
||||
|
||||
# fcitx input method
|
||||
GTK_IM_MODULE=fcitx
|
||||
QT_IM_MODULE=fcitx
|
||||
XMODIFIERS=@im=fcitx
|
||||
|
Loading…
Reference in New Issue
Block a user