summaryrefslogtreecommitdiff
path: root/2bwm
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2023-01-11 23:08:54 +0100
committerJulian T <julian@jtle.dk>2023-01-11 23:09:50 +0100
commitba30000d850f61f212f92e978c5f69020ca1a03c (patch)
treea2527bac3cf838c5d1791c29272120a0907fba5e /2bwm
parentee499f810d1be191fd8d969df688164d51ba1167 (diff)
2bwm and polybar mpd
Diffstat (limited to '2bwm')
-rw-r--r--2bwm/.xinitrc2
-rw-r--r--2bwm/resc/2bwm/config.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/2bwm/.xinitrc b/2bwm/.xinitrc
index dc98620..ea91adb 100644
--- a/2bwm/.xinitrc
+++ b/2bwm/.xinitrc
@@ -1,5 +1,5 @@
-export LOPTS="panel composer gnome-keyring"
+export LOPTS="panel gnome-keyring"
# Launch other stuff
source ~/.xprofile
source ~/Scripts/xlaunchrc
diff --git a/2bwm/resc/2bwm/config.h b/2bwm/resc/2bwm/config.h
index 57b5e7b..ff2a114 100644
--- a/2bwm/resc/2bwm/config.h
+++ b/2bwm/resc/2bwm/config.h
@@ -192,6 +192,7 @@ static key keys[] = {
{ NULL,XF86XK_AudioRaiseVolume,start,{.com = volup}},
{ NULL,XF86XK_AudioMute,start,{.com = volmute}},
{ NULL,XF86XK_AudioPlay,start,{.com = volplay}},
+ { NULL,XK_Pause,start,{.com = volplay}},
{ NULL,XF86XK_AudioNext,start,{.com = volnext}},
{ NULL,XF86XK_AudioPrev,start,{.com = volprev}},
{ NULL,XF86XK_MonBrightnessUp,start,{.com = lightup}},