Compare commits
No commits in common. "7841ff064b0349e09032216f97491aff9a48772f" and "569646c9c4293ea3eed03f09d444305577956608" have entirely different histories.
7841ff064b
...
569646c9c4
@ -153,9 +153,6 @@ 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:/usr/local/jdk-1.8.0/bin:.
|
PATH=$HOME/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/games:.
|
||||||
export PATH HOME TERM
|
export PATH HOME TERM
|
||||||
|
|
||||||
# if running bash
|
# if running bash
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
export PATH="$HOME/bin:/usr/local/jdk-1.8.0/bin:$PATH"
|
export PATH="$HOME/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