diff options
author | Urbain Vaes <urbain@vaes.uk> | 2020-02-13 10:32:16 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2020-02-13 10:32:16 +0000 |
commit | 3c4b0332f59b016ad20f4dee4dea43369b0ab2f8 (patch) | |
tree | 5ceade038bc3373b1e63802dfe1bb79fc7930817 | |
parent | c4e82f7325a6ef5b6d1127d16afe2f0b0e3e7c36 (diff) |
Add keys for brightness
-rw-r--r-- | i3/.config/i3/config | 4 | ||||
-rwxr-xr-x | xinit/.xinitrc | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 28fd656..e51e8ac 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -1,7 +1,7 @@ # Modifier set $mod Mod4 -font pango:DejaVu Sans Mono, Awesome 8 +font pango:DejaVu Sans Mono, Awesome 9 # Use Mouse+$mod to drag floating windows to their wanted position floating_modifier $mod @@ -190,6 +190,8 @@ bindsym XF86AudioMute exec amixer -D pulse sset Master 0% # Display bindsym XF86MonBrightnessUp exec light -A 10 bindsym XF86MonBrightnessDown exec light -U 10 +bindsym Prior exec light -A 10 +bindsym Next exec light -U 10 bindsym Shift+XF86AudioRaiseVolume exec light -A 10 bindsym Shift+XF86AudioLowerVolume exec light -U 10 diff --git a/xinit/.xinitrc b/xinit/.xinitrc index c779d25..4a3c018 100755 --- a/xinit/.xinitrc +++ b/xinit/.xinitrc @@ -11,7 +11,7 @@ source $HOME/.local/colors.zsh xrdb $HOME/.Xresources/$COLORSCHEME # Background -feh --bg-fill /home/urbain/Documents/wallpapers/pagoda.jpg +feh --bg-fill /usr/share/backgrounds/Grand_Canyon_North_Rim_by_Rihards_Vilks.jpg # Disable screen going to sleep xset -dpms |