diff options
| -rw-r--r-- | .config/i3/config | 3 | ||||
| -rw-r--r-- | .xprofile | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.config/i3/config b/.config/i3/config index 892d85b..1de6300 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -168,6 +168,9 @@ exec --no-startup-id xsetroot -solid "#333333" exec --no-startup-id xcape -e 'Control_L=Escape' exec --no-startup-id xcape -e "Shift_L=parenleft;Shift_R=parenright" +# i3lock with xautolock +exec --no-startup-id xautolock -time 10 -locker 'i3lock' + # dropbox exec --no-startup-id dropbox @@ -1,3 +1,5 @@ export GTK_IM_MODULE=fcitx export QT_IM_MODULE=fcitx export XMODIFIERS=@im=fcitx + +xmodmap ~/.xmodmap |
