mirror of
https://github.com/balkian/dotfiles.git
synced 2024-11-21 11:42:28 +00:00
Small changes (e.g. ssh alias)
This commit is contained in:
parent
7bbcb17419
commit
f9d12e629e
@ -40,7 +40,7 @@ URxvt.scrollStyle: rxvt
|
||||
URxvt.scrollBar: false
|
||||
|
||||
! Perl extensions
|
||||
URxvt.perl-ext-common: default,matcher
|
||||
URxvt.perl-ext-common: default,matcher,clipboard
|
||||
URxvt.matcher.button: 1
|
||||
URxvt.url-launcher: google-chrome
|
||||
|
||||
|
@ -41,6 +41,10 @@ bindsym XF86AudioRaiseVolume exec volume-up.sh
|
||||
bindsym XF86AudioLowerVolume exec volume-down.sh
|
||||
bindsym XF86AudioMute exec volume-toggle-mute.sh
|
||||
|
||||
# Brightness
|
||||
#bindsym XF86MonBrightnessUp exec xbacklight +5
|
||||
#bindsym XF86MonBrightnessDown exec xbacklight -5
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+q kill
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user