More gentoo fixes
This commit is contained in:
parent
1641e84d69
commit
faba4f505f
@ -81,6 +81,8 @@ bindsym $mod+Return exec xterm
|
|||||||
bindsym $mod+shift+Return exec xterm -e "cd `xcwd`&&/bin/zsh"
|
bindsym $mod+shift+Return exec xterm -e "cd `xcwd`&&/bin/zsh"
|
||||||
bindsym $mod+shift+c kill
|
bindsym $mod+shift+c kill
|
||||||
bindsym $mod+c move absolute position center
|
bindsym $mod+c move absolute position center
|
||||||
|
bindsym XF86MonBrightnessUp exec "xbacklight -inc 10"
|
||||||
|
bindsym XF86MonBrightnessDown exec "xbacklight -dec 10"
|
||||||
bindsym XF86TouchpadToggle exec "synclient TouchpadOff=$(synclient -l | grep -c 'TouchpadOff.*=.*0')"
|
bindsym XF86TouchpadToggle exec "synclient TouchpadOff=$(synclient -l | grep -c 'TouchpadOff.*=.*0')"
|
||||||
bindsym XF86AudioRaiseVolume exec "amixer set Master 5%+ unmute"
|
bindsym XF86AudioRaiseVolume exec "amixer set Master 5%+ unmute"
|
||||||
bindsym XF86AudioLowerVolume exec "amixer set Master 5%- unmute"
|
bindsym XF86AudioLowerVolume exec "amixer set Master 5%- unmute"
|
||||||
|
@ -109,7 +109,7 @@ alias -g F='`fzf --no-mouse -m -1 -x`'
|
|||||||
alias -g nify=" > /dev/null 2>&1 &"
|
alias -g nify=" > /dev/null 2>&1 &"
|
||||||
alias -g nifyd=" > /dev/null 2>&1 & disown"
|
alias -g nifyd=" > /dev/null 2>&1 & disown"
|
||||||
alias -g L="2>&1|less"
|
alias -g L="2>&1|less"
|
||||||
alias -g G='|& egrep -i'
|
alias -g G='|& ag'
|
||||||
alias -g AW='austenwares.com'
|
alias -g AW='austenwares.com'
|
||||||
export FZF_COMPLETION_OPTS='--no-mouse -m -1 -x'
|
export FZF_COMPLETION_OPTS='--no-mouse -m -1 -x'
|
||||||
function offline(){
|
function offline(){
|
||||||
|
Loading…
Reference in New Issue
Block a user