Small changes

This commit is contained in:
Jonathan Hodgson 2018-04-18 17:40:48 +01:00
parent 0e82e48614
commit 9c4a3004a2
4 changed files with 7 additions and 4 deletions

View file

@ -1 +0,0 @@
gitconfig

View file

@ -3,6 +3,7 @@
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
set $mod Mod4
set $alt Mod1
set $base00 #101218
set $base01 #1f222d
@ -256,6 +257,9 @@ bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +5% #i
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -5% #decrease sound volume
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle # mute sound
bindsym Alt_L+button4 exec --no-startup-id pactl set-sink-volume 0 +5% #increase sound volume
bindsym Alt_L+button5 exec --no-startup-id pactl set-sink-volume 0 -5% #decrease sound volume
# Sreen brightness controls
#bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness
#bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness

View file

@ -36,9 +36,9 @@ function old() {
function cdlc() {
cd "$@"
/home/jonathan/.gem/ruby/2.4.0/bin/colorls --sd | tail -n +2
ls
}
#alias cd="cdlc"
alias cd="cdlc"
function mkcd() {
mkdir -p "$1"

2
vim

@ -1 +1 @@
Subproject commit f1e211ac3c6c4d4f877965acf3fbc37755f57673
Subproject commit 4952747d6aebaaa394e285d7e4e739165afda551