diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-04-11 10:25:05 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2021-04-11 10:25:05 +0200 |
commit | 167733884d9e80b56ce168d45c08404bc4aabe5b (patch) | |
tree | 26eed373c1064056c19822ee48a5dd4d24d771bc /pkgs/dwm/config.h | |
parent | 22acd4632390bf1231bc7e234fbb6361bbb61368 (diff) | |
download | dots-167733884d9e80b56ce168d45c08404bc4aabe5b.tar.gz dots-167733884d9e80b56ce168d45c08404bc4aabe5b.zip |
Remove obsolete settings
Diffstat (limited to 'pkgs/dwm/config.h')
-rw-r--r-- | pkgs/dwm/config.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/dwm/config.h b/pkgs/dwm/config.h index bdb3507..20cf0c2 100644 --- a/pkgs/dwm/config.h +++ b/pkgs/dwm/config.h @@ -19,8 +19,8 @@ static const int swallowfloating = 0; /* 1 means swallow floating wind static const int smartgaps = 0; /* 1 means no outer gap when there is only one window */ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ -static const char *fonts[] = { "monospace:size=10", "JoyPixels:pixelsize=10:antialias=true:autohint=true" }; -static char dmenufont[] = "monospace:size=10"; +static const char *fonts[] = { "monospace:size=11", "JoyPixels:pixelsize=11:antialias=true:autohint=true" }; +static char dmenufont[] = "monospace:size=11"; static char normbgcolor[] = "#222222"; static char normbordercolor[] = "#444444"; static char normfgcolor[] = "#bbbbbb"; @@ -228,7 +228,8 @@ static Key keys[] = { { MODKEY, XK_F8, spawn, SHCMD("mw -Y") }, { MODKEY, XK_F9, spawn, SHCMD("dmenumount") }, { MODKEY, XK_F10, spawn, SHCMD("dmenuumount") }, - { MODKEY, XK_F11, spawn, SHCMD("mpv --no-cache --no-osc --no-input-default-bindings --input-conf=/dev/null --title=webcam $(ls /dev/video[0,2,4,6,8] | tail -n 1)") }, + /* { MODKEY, XK_F11, spawn, SHCMD("mpv --no-cache --no-osc --no-input-default-bindings --input-conf=/dev/null --title=webcam $(ls /dev/video[1,4,6,8] | tail -n 1)") }, */ + { MODKEY, XK_F11, spawn, SHCMD("guvcview -d /dev/video1 -g none") }, { MODKEY, XK_F12, xrdb, {.v = NULL } }, { MODKEY, XK_space, zoom, {0} }, { MODKEY|ShiftMask, XK_space, togglefloating, {0} }, |