This commit is contained in:
bauer
2017-12-06 22:16:51 +01:00
parent 581a1ea232
commit 4bfc17fe17
3 changed files with 19 additions and 15 deletions

View File

@@ -168,8 +168,8 @@ bindsym $mod+r mode "resize"
# Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available)
#bar {
#position top
#status_command i3blocks -c ~/.i3/i3blocks.conf
# position top
# status_command i3blocks -c ~/.i3/i3blocks.conf
#}
exec_always --no-startup-id ~/.config/polybar/polybar.sh
@@ -207,8 +207,8 @@ exec thunar --daemon
exec --no-startup-id xautolock -time 5 -locker 'i3lock -i ~/.lockscreen/`ls /home/bauer/lockscreens | shuf -n 1` -t -f'
# Pulse Audio controls
bindsym XF86AudioRaiseVolume exec --no-startup-id amixer -D pulse sset Master 5%+ #increase sound volume
bindsym XF86AudioLowerVolume exec --no-startup-id amixer -D pulse sset Master 5%- #decrease sound volume
bindsym XF86AudioRaiseVolume exec --no-startup-id amixer -D pulse sset Master 5%+ #increase sound volume
bindsym XF86AudioMute exec --no-startup-id amixer -D pulse sset Master toggle # mute sound
# Sreen brightness controls