summaryrefslogtreecommitdiff
path: root/.config/readline
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-06-07 03:57:59 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-06-07 03:57:59 -0700
commitf3eb523243c59980ce12fd7f95ac9072cd39966a (patch)
tree37d1fff391f2985f8ddd4c8548ad24003d6caccd /.config/readline
parente6866684efc57173dcd863453128fa3c9e30fed8 (diff)
update
Diffstat (limited to '.config/readline')
0 files changed, 0 insertions, 0 deletions
span class="hl opt">]; then xrdb -merge "$userresources" fi if [ -f "$usermodmap" ]; then xmodmap "$usermodmap" fi # start some nice programs if [ -d /etc/X11/xinit/xinitrc.d ] ; then for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do [ -x "$f" ] && . "$f" done unset f fi export GTK_IM_MODULE=fcitx export QT_IM_MODULE=fcitx export XMODIFIERS='@im=fcitx' #shufwall & display -window root "$XDG_PICTURES_DIR/wallpapers/galaxy_plus_fire.png" & #clipmenud & dunst & fcitx5 -d & redshift & sbar & sxhkd & udiskie & # default fastest windows 10 keyboard repeat delay and rate # without editing registry, using filter key, or other third party program # see http://stereopsis.com/keyrepeat/ xset r rate 250 30 & exec dwm