mirror of
https://codeberg.org/dwl/dwl.git
synced 2026-04-05 07:15:31 -04:00
disable pointer warp
This commit is contained in:
parent
5adc681b87
commit
56c19349a1
2 changed files with 10 additions and 14 deletions
10
config.def.h
10
config.def.h
|
|
@ -151,10 +151,9 @@ static const char* Term[] = { "footclient", NULL };
|
|||
static const char* TermAlt[] = { "foot", "--maximized", NULL };
|
||||
static const char* Menu[] = { "fuzzel", NULL };
|
||||
static const char* PowerMenu[] = { "powermenu.sh", NULL };
|
||||
static const char* AudioUpdate[] = { "pkill", "-RTMIN+12", "someblocks", NULL };
|
||||
static const char* AudioLower[] = { "wpctl", "set-volume", "-l", "1", "@DEFAULT_AUDIO_SINK@", "3%-", NULL };
|
||||
static const char* AudioRaise[] = { "wpctl", "set-volume", "-l", "1", "@DEFAULT_AUDIO_SINK@", "3%+", NULL };
|
||||
static const char* AudioMute[] = { "wpctl", "set-mute", "@DEFAULT_AUDIO_SINK@", "toggle", NULL };
|
||||
static const char* AudioLower[] = { "vol.sh", "l", NULL };
|
||||
static const char* AudioRaise[] = { "vol.sh", "r", NULL };
|
||||
static const char* AudioMute[] = { "vol.sh", "m", NULL };
|
||||
static const char* MuteMic[] = { "MuteMic.sh", NULL };
|
||||
static const char* AudioPlayPause[] = { "playerctl", "play-pause", NULL };
|
||||
static const char* AudioPause[] = { "playerctl", "pause", NULL };
|
||||
|
|
@ -192,9 +191,6 @@ static const Key keys[] = {
|
|||
{ 0, Key_XF86AudioMute, spawn, { .v = AudioMute } },
|
||||
{ 0, Key_XF86AudioMicMute, spawn, { .v = MuteMic } },
|
||||
{ SUPER, Key_n, spawn, { .v = MuteMic } },
|
||||
{ 0, Key_XF86AudioLowerVolume, spawn, { .v = AudioUpdate } },
|
||||
{ 0, Key_XF86AudioRaiseVolume, spawn, { .v = AudioUpdate } },
|
||||
{ 0, Key_XF86AudioMute, spawn, { .v = AudioUpdate } },
|
||||
{ 0, Key_XF86MonBrightnessUp, spawn, { .v = BMonUp } },
|
||||
{ 0, Key_XF86MonBrightnessDown, spawn, { .v = BMonDown } },
|
||||
{ 0, Key_Print, spawn, { .v = Print } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue