diff options
author | Florian Pritz <bluewind@xinu.at> | 2019-02-19 09:28:31 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2019-03-27 15:03:28 +0100 |
commit | 08efc092ce7733a9252002a8045e6e18aca0b212 (patch) | |
tree | 87feb08040e66fb709bdc40e3903059666d17178 | |
parent | cfb31fe08390d8543dfeb189c36f4072539a4171 (diff) | |
download | dotfiles-08efc092ce7733a9252002a8045e6e18aca0b212.tar.gz dotfiles-08efc092ce7733a9252002a8045e6e18aca0b212.tar.xz |
misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | .i3/config | 5 | ||||
-rw-r--r-- | .zprofile | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -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 @@ -34,4 +34,4 @@ if tty -s && [[ -z $DISPLAY ]]; then fi fi -sysinfo +$HOME/bin/sysinfo |