diff options
author | Amin Bandali <amin@aminb.org> | 2018-05-08 21:09:10 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-05-08 21:09:10 -0400 |
commit | c0132386e7a0961f9244d5c4a72b7148f450ed81 (patch) | |
tree | 5f14bc0cd4420dd548f8b2282693660bcaa2b28e | |
parent | e2149232530c44e0f3d1ca51890765e90b772f8b (diff) | |
download | configs-c0132386e7a0961f9244d5c4a72b7148f450ed81.tar.gz configs-c0132386e7a0961f9244d5c4a72b7148f450ed81.tar.xz configs-c0132386e7a0961f9244d5c4a72b7148f450ed81.zip |
[rc/X/xprofile] unlock default keyring only on plasma, launch bspwm on both
-rw-r--r-- | rc.org | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -3881,15 +3881,12 @@ source $HOME/.zprofile export _JAVA_AWT_WM_NONREPARENTING=1 export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.aatext=true' -# unlock-def-gk.py & - if [ $(hostname) = "plasma" ] then - bspwm & -elif [ $(hostname) = "enigma" ] -then - emacs -ib 0 & + unlock-def-gk.py & fi + +bspwm & #+end_src *** X resources |