diff options
author | William Carroll <wpcarro@gmail.com> | 2019-05-13T15·35+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-05-13T15·35+0100 |
commit | a59605c756b614bd5c536fe03a643b73ac04d1f2 (patch) | |
tree | 76ce0280594f754d39bb1a20466ea4c8e71b83c6 /configs/shared/x_server/.xsessionrc.shared | |
parent | aafc240c1666d123c11df1d3710ede7c61f1d27c (diff) |
Support alternative lock screen
Also adds some rules for the Compton configuration so, that the lock screen isn't transparent.
Diffstat (limited to 'configs/shared/x_server/.xsessionrc.shared')
-rw-r--r-- | configs/shared/x_server/.xsessionrc.shared | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configs/shared/x_server/.xsessionrc.shared b/configs/shared/x_server/.xsessionrc.shared index 3b42e10622da..13886fe755b0 100644 --- a/configs/shared/x_server/.xsessionrc.shared +++ b/configs/shared/x_server/.xsessionrc.shared @@ -6,6 +6,9 @@ export DESKTOP_SESSION=cinnamon # gnome for trusty. # NOTE: This may break your compose key. # See http://g/i3-users/YBexXGbik7E for more details. +# NOTE: IM_MODULE is an "Input Method" module, which I believe affects the way +# keyboard events are processed. `xim` is "X Input Method"; other options +# include: `ibus`, `fcitx`, but I'm unsure what features each offers. export GTK_IM_MODULE=xim # Desktop background color. @@ -23,7 +26,7 @@ clipmenud & # Start the Emacs server emacs --daemon -# start comption +# start compton for shadows, transparency, fading, etc. compton & # set kbds |