.xprofile 708 B

12345678910111213141516171819202122232425262728
  1. #!/bin/sh
  2. export XIM=nabi
  3. export XIM_ARGS=
  4. export XIM_PROGRAM="nabi"
  5. export XMODIFIERS="@im=nabi"
  6. export GTK_IM_MODULE=xim
  7. export QT_IM_MODULE=xim
  8. # gnupg keyring agent
  9. # ensure it's started so SSH will work
  10. # https://www.gnupg.org/faq/whats-new-in-2.1.html#autostart
  11. dbus-update-activation-environment --systemd DISPLAY
  12. gpgconf --launch gpg-agent
  13. export "SSH_AUTH_SOCK=/run/user/$(id -u)/gnupg/S.gpg-agent.ssh"
  14. # Keyboard layouts switch (requires setxkbmap)
  15. setxkbmap -model pc104 -layout us,ara -variant dvorak-l, -option grp:win_space_toggle
  16. # Restores the wallpaper
  17. nitrogen --restore &
  18. # Start the network manger
  19. nm-applet &
  20. # Start the clipboard manger
  21. copyq &
  22. # sticky keys script
  23. stickykeys &