From 08efc092ce7733a9252002a8045e6e18aca0b212 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 19 Feb 2019 09:28:31 +0100 Subject: misc Signed-off-by: Florian Pritz --- .i3/config | 5 ++++- .zprofile | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.i3/config b/.i3/config index a2d26ff..8ce7187 100644 --- a/.i3/config +++ b/.i3/config @@ -65,6 +65,9 @@ bindsym Mod3+Right exec --no-startup-id pactl set-sink-mute 0 toggle #decrease s bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +10% #increase sound volume bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -10% #decrease sound volume +bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 10 -time 0 +bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 10 -time 0 + bindsym XF86AudioPlay exec --no-startup-id toggle-music # kill focused window @@ -202,7 +205,7 @@ bar { } font pango:DejaVu Sans Mono 9 position top - tray_output DP-4 + #tray_output DP-4 status_command perl ~/.i3/conky-wrapper.pl #status_command i3status #output eDP1 diff --git a/.zprofile b/.zprofile index 572e8eb..39c5aff 100644 --- a/.zprofile +++ b/.zprofile @@ -34,4 +34,4 @@ if tty -s && [[ -z $DISPLAY ]]; then fi fi -sysinfo +$HOME/bin/sysinfo -- cgit v1.2.3-24-g4f1b