Compare commits
2 Commits
569646c9c4
...
7841ff064b
Author | SHA1 | Date | |
---|---|---|---|
7841ff064b | |||
d3513904e3 |
@ -153,6 +153,9 @@ bindsym $mod+Shift+r restart
|
|||||||
# exit i3 (logs you out of your X session)
|
# 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'"
|
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)
|
# resize window (you can also use the mouse for that)
|
||||||
mode "resize" {
|
mode "resize" {
|
||||||
# These bindings trigger as soon as you enter the resize mode
|
# These bindings trigger as soon as you enter the resize mode
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# sh/ksh initialization
|
# 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
|
export PATH HOME TERM
|
||||||
|
|
||||||
# if running bash
|
# if running bash
|
||||||
|
@ -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 LC_CTYPE="en_US.UTF-8"
|
||||||
export TERMINAL=/usr/local/bin/roxterm
|
export TERMINAL=/usr/local/bin/roxterm
|
||||||
xrdb -merge ~/.Xresources
|
xrdb -merge ~/.Xresources
|
||||||
|
Loading…
Reference in New Issue
Block a user