Compare commits

...

2 Commits

Author SHA1 Message Date
Meutel 7841ff064b oda: shortcur lock screen 2017-12-01 09:41:16 +01:00
Meutel d3513904e3 oda: path JVM 2017-12-01 09:40:48 +01:00
3 changed files with 5 additions and 2 deletions

View File

@ -153,6 +153,9 @@ bindsym $mod+Shift+r restart
# exit i3 (logs you out of your X session)
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
# lock screen
bindsym $mod+Shift+z exec xlock -mode blank
# resize window (you can also use the mouse for that)
mode "resize" {
# These bindings trigger as soon as you enter the resize mode

View File

@ -2,7 +2,7 @@
#
# sh/ksh initialization
PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games:.
PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games:/usr/local/jdk-1.8.0/bin:.
export PATH HOME TERM
# if running bash

View File

@ -1,4 +1,4 @@
export PATH="$HOME/bin:$PATH"
export PATH="$HOME/bin:/usr/local/jdk-1.8.0/bin:$PATH"
export LC_CTYPE="en_US.UTF-8"
export TERMINAL=/usr/local/bin/roxterm
xrdb -merge ~/.Xresources