mirror of
https://github.com/neoromantique/dotfiles.git
synced 2026-03-13 21:53:20 +03:00
.
This commit is contained in:
3
.bashrc
3
.bashrc
@@ -115,3 +115,6 @@ fi
|
|||||||
alias screen_record='bash screen_record.sh'
|
alias screen_record='bash screen_record.sh'
|
||||||
export GOPATH=$HOME/go
|
export GOPATH=$HOME/go
|
||||||
PATH=$GOPATH/bin:$PATH
|
PATH=$GOPATH/bin:$PATH
|
||||||
|
|
||||||
|
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
|
||||||
|
export PATH="$PATH:$HOME/.rvm/bin"
|
||||||
|
|||||||
3
.zshrc
3
.zshrc
@@ -188,3 +188,6 @@ function tf() {
|
|||||||
t
|
t
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
|
||||||
|
export PATH="$PATH:$HOME/.rvm/bin"
|
||||||
|
|||||||
@@ -56,7 +56,8 @@ bindsym $mod+Return exec i3-sensible-terminal
|
|||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+Shift+q kill
|
bindsym $mod+Shift+q kill
|
||||||
|
|
||||||
bindsym --release Print exec scrot -s ~/Pictures/Screenshots/%b%d::%H%M%S.png
|
#bindsym --release Print exec scrot -s ~/Pictures/Screenshots/%b%d::%H%M%S.png
|
||||||
|
bindsym --release Print exec scrot -s '/tmp/%F_%T_$wx$h.png' -e 'xclip -selection clipboard -target image/png -i $f'
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
bindsym $mod+d exec dmenu_run
|
bindsym $mod+d exec dmenu_run
|
||||||
|
|||||||
Reference in New Issue
Block a user