Created
April 9, 2018 17:49
-
-
Save ConnorRigby/bfedfca7346eddd1da3052668123574f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bindsym $mod+r mode "resize" | |
exec --no-startup-id xrandr --output HDMI-2 --primary | |
exec --no-startup-id gnome-settings-daemon | |
exec --no-startup-id nm-applet | |
exec --no-startup-id nitrogen --restore | |
# Start i3bar to display a workspace bar (plus the system information i3status | |
# finds out, if available) | |
bar { | |
status_command i3status | |
tray_output primary | |
} | |
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl -- set-sink-volume 1 +5% #increase sound volume | |
bindsym XF86AudioLowerVolume exec --no-startup-id pactl -- set-sink-volume 1 -5% #decrease sound volume | |
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 1 toggle # mute sound | |
bindsym XF86AudioPlay exec playerctl play-pause | |
bindsym XF86AudioNext exec playerctl next | |
bindsym XF86AudioPrev exec playerctl previous | |
bindsym Control+Print exec gnome-screenshot -i |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment