From e9a81da4937dc4a7fa70770c724a337301334743 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Wed, 18 Apr 2018 17:40:48 +0100 Subject: [PATCH] Small changes --- .gitconfig | 1 - i3/configWork | 4 ++++ shells/functions | 4 ++-- vim | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) delete mode 120000 .gitconfig diff --git a/.gitconfig b/.gitconfig deleted file mode 120000 index 61463854..00000000 --- a/.gitconfig +++ /dev/null @@ -1 +0,0 @@ -gitconfig \ No newline at end of file diff --git a/i3/configWork b/i3/configWork index 28ac7dfe..611f2dce 100644 --- a/i3/configWork +++ b/i3/configWork @@ -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 diff --git a/shells/functions b/shells/functions index 5e0f72d2..a899691c 100644 --- a/shells/functions +++ b/shells/functions @@ -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" diff --git a/vim b/vim index f1e211ac..4952747d 160000 --- a/vim +++ b/vim @@ -1 +1 @@ -Subproject commit f1e211ac3c6c4d4f877965acf3fbc37755f57673 +Subproject commit 4952747d6aebaaa394e285d7e4e739165afda551