all repos — ryudo @ 608ea90f1e57d59c817ae60af801f43ab36d6e1a

the floatiling window manager that flows; fork of rio from plan9port

config.h, menu.c: remove unused config option, add virtual desktop names to config.h
Iris Lightshard nilix@nilfm.cc
PGP Signature
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEkFh6dA+k/6CXFXU4O3+8IhROY5gFAmBAbZIACgkQO3+8IhRO
Y5gtzQ//Vl1kFacDZPB3VdZ+p9pyvXeE06CNKD/Sfcw36gyPAA1MQMPQIuPR+kTa
MlT/t4+lTr+VXZhTickCbt4gkSS+hx5LdM/6uGdHAR7hqsoHNeyJOpYgP6pKzc/A
6ZInFs1byVBfwybAoWElR2HfKh382MnmDKkTnU3xfLC9m0TfJ5Vh2BL4SqHRXXjA
5lWsg4EDKrAmk8+QtVvfVg4e7jJOyFW5AFfKb9QkpAFSoBpLm4KClmYzZTZnzldT
LNUj/WEC53O3YlGEWuNvngnNHMLwiDj3A5EtdFuhDH1tvB3ownX4fROsH54AZHIW
NNn6ak7FFZp5PfM2MGJvknpwgBiNw61MpQVELYNzX2e8JOrCUbCg0I3xKd+QBh8s
DaBK/74ILyHbLH80DDKJhSwc6m9AUk3Mi3KVQFpEVliabV4/J38kTvO/++Wfx/rV
WDJPkL9D8/EyyTm92loAmHtTQfvM7Am7ja3w7dqvRnz3OmZ/r9nedORtHFVGxeAH
rsRyyk+jY89hZK4e/x9PdDhupsQW+Ujbji9HD4UiwxtOLZ/0OxAI7FRCldICmd8P
yFKHVCk/sNzghS2NzxNhjZkCFF2Zw3ZfhEt6S9EHHKNtucM+1yRGhOIzX8uut9KT
bWWLZyaerg8QilQrN84Fg/ZYhuhh6ArsosYHnrdEIUnllUPQfQ8=
=XHQ5
-----END PGP SIGNATURE-----
commit

608ea90f1e57d59c817ae60af801f43ab36d6e1a

parent

e7a71e88aca8eaaf73091cf0cef2da3233f326fb

2 files changed, 22 insertions(+), 17 deletions(-)

jump to
M config.hconfig.h

@@ -38,9 +38,6 @@ /* The summary and message to pass to the notifcation daeomon */

#define VIRTHEADER "virtual" #define VIRTMSG "[%s]" -/* Deny focus to autostuck windows? (eg xosview, clock) */ -#define NOFOCUS - /* Modifier key and associated modifier bits; * Shift = (1<<0) * Lock = (1<<1)

@@ -112,5 +109,26 @@ "fixed", \

"*", \ 0 \ } + +/* Names for the virtual desktops. You can define all 12, or only + * as many as you use. + * Remember the backslash at the end of non-terminating lines! + */ + +#define VIRTUALLIST {\ + "One", \ + "Two", \ + "Three", \ + "Four", \ + "Five", \ + "Six", \ + "Seven", \ + "Eight", \ + "Nine", \ + "Ten", \ + "Eleven", \ + "Twelve", \ + 0 \ +} // clang-format on