diff options
Diffstat (limited to '2bwm')
-rw-r--r-- | 2bwm/.xinitrc | 2 | ||||
-rw-r--r-- | 2bwm/resc/2bwm/config.h | 1 |
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}}, |