mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 15:36:11 +01:00
secret daemon enabled
This commit is contained in:
17
.xinitrc
17
.xinitrc
@@ -11,6 +11,12 @@ export QT_QPA_PLATFORMTHEME=qt5ct
|
|||||||
export DESKTOP_SESSION=plasma
|
export DESKTOP_SESSION=plasma
|
||||||
export XDG_CURRENT_DESKTOP=dwm
|
export XDG_CURRENT_DESKTOP=dwm
|
||||||
|
|
||||||
|
# imf config (fcitx5)
|
||||||
|
# export GTK_IM_MODULE=fcitx
|
||||||
|
# export QT_IM_MODULE=fcitx
|
||||||
|
# export XMODIFIERS=@im=fcitx
|
||||||
|
# export GLFW_IM_MODULE=ibus
|
||||||
|
|
||||||
# mouse cursor
|
# mouse cursor
|
||||||
xsetroot -cursor_name left_ptr &
|
xsetroot -cursor_name left_ptr &
|
||||||
|
|
||||||
@@ -22,6 +28,7 @@ export _JAVA_AWT_WM_NONREPARENTING=1 &
|
|||||||
|
|
||||||
# keyboard layout
|
# keyboard layout
|
||||||
setxkbmap pl &
|
setxkbmap pl &
|
||||||
|
# fcitx5 -d &
|
||||||
|
|
||||||
# local fonts in ~/.fonts
|
# local fonts in ~/.fonts
|
||||||
xset +fp /usr/share/fonts/local &
|
xset +fp /usr/share/fonts/local &
|
||||||
@@ -36,6 +43,16 @@ xset dpms 1200 1800 2100 &
|
|||||||
xset s on &
|
xset s on &
|
||||||
xset s 900 &
|
xset s 900 &
|
||||||
|
|
||||||
|
# auth
|
||||||
|
/usr/lib/mate-polkit/polkit-mate-authentication-agent-1 &
|
||||||
|
gnome-keyring-daemon --start --components=secrets,pkcs11,ssh
|
||||||
|
source /etc/X11/xinit/xinitrc.d/50-systemd-user.sh
|
||||||
|
|
||||||
|
for L in 64 ''; do
|
||||||
|
A=/usr/lib$L/seahorse/seahorse-ssh-askpass
|
||||||
|
[[ -x $A ]] && export SSH_ASKPASS=$A && break
|
||||||
|
done
|
||||||
|
|
||||||
# theming and colors
|
# theming and colors
|
||||||
bash $HOME/.fehbg &
|
bash $HOME/.fehbg &
|
||||||
xrdb -merge ~/.Xresources
|
xrdb -merge ~/.Xresources
|
||||||
|
|||||||
Reference in New Issue
Block a user