{"id":19002482,"url":"https://github.com/programyazar/flwm","last_synced_at":"2025-02-21T13:41:48.320Z","repository":{"id":140032215,"uuid":"460338324","full_name":"ProgramYazar/flwm","owner":"ProgramYazar","description":null,"archived":false,"fork":false,"pushed_at":"2022-02-17T08:07:04.000Z","size":63,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-01T18:43:07.901Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ProgramYazar.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-17T08:06:51.000Z","updated_at":"2022-02-17T08:07:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"94442263-1a91-4091-80b4-da61294eff43","html_url":"https://github.com/ProgramYazar/flwm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgramYazar%2Fflwm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgramYazar%2Fflwm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgramYazar%2Fflwm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgramYazar%2Fflwm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProgramYazar","download_url":"https://codeload.github.com/ProgramYazar/flwm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240027385,"owners_count":19736208,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T18:15:22.216Z","updated_at":"2025-02-21T13:41:48.294Z","avatar_url":"https://github.com/ProgramYazar.png","language":"C","readme":"flwm Version 0.25\n\n----------------------------------------------------------------\nHow to compile flwm:\n----------------------------------------------------------------\n\nYou need fltk.  If you do not have it yet, download it from\nhttp://www.fltk.org, and compile and install it.\n\nTo customize flwm (for instance to turn on click-to-type), edit the\nconfig.h file.\n\nType \"./configure\" (not necessary if you have gmake)\n\nType \"make\"\n\nBecome superuser and type \"make install\"\n\nIf you wish to edit the code, type \"make depend\"\n\n----------------------------------------------------------------\nHow to run flwm:\n----------------------------------------------------------------\n\nTo run flwm as your login script, you need to create or replace\n~/.xinitrc or ~/.xsession (or both).  Newer Linux systems with a login\npanel use .xsession, older systems where X was started after login\nuse .xinitrc.  You may also have to pick \"default\" from the \"type of\nsession\" popup in your login window.\n\nThe .xinitrc or .xsession file should look like this:\n\n#!/bin/sh\nxsetroot -solid \\#006060\nxrdb .Xresources\n# xset, xmodmap, other configuration programs\nflwm \u0026\nWindowManager=$!\n# xterm, other automatically-launched programs\nwait $WindowManager\n\nALLOWING THE WINDOW MANAGER TO EXIT W/O LOGOUT:\n\nThat is the most user-friendly but it logs you out when flwm exits,\nwhich means it logs out if flwm crashes (:-)) and you cannot switch\nwindow managers.  Another possibility is to run another program last\nso flwm can exit, by putting lines like this at the end:\n\n/usr/local/bin/flwm -x \u0026\nexec rxvt -geometry 80x11+8-8 -C -T \"Ctrl-D_to_logout\"\n\nThe -x tells flwm to put \"exit\" on the menu rather than \"logout\".\n\nREDHAT USERS:\n\nYou may want to run the program \"./flwm_wmconfig\".  This will read\nRedHat's window manager menu configuration files and build an initial\n.wmx directory so you have a large set of menu items that run\nprograms.\n\nSGI IRIX:\n\nYou need to edit the file ~/.xsession instead of ~/.xinitrc.\n\nSGI's version of XDM has a nice feature so that the window manager can\nstill have a logout command, but you are not logged out if it\ncrashes.  This is done by running the programs \"reaper\" and\n\"endsession\", as in this sample .xsession file:\n\n#! /bin/sh\nxsetroot -solid \\#004040\nxrdb .Xresources\nreaper\nflwm -x \u0026\nxwsh -console -t console -iconic \u0026\n\nAlso create the file \"~/.wmx/Logout\" with these contents:\n\n#! /bin/sh\nendsession\n\nThe result will be that flwm has a menu itme \"Logout\" that logs you\nout.\n\n----------------------------------------------------------------\nUsage:\n----------------------------------------------------------------\n\nType \"man flwm\" for the manual page.\n\n----------------------------------------------------------------\nAcknoledgements\n----------------------------------------------------------------\n\nThis program was inspired by and much code copied from the \"wm2\"\nwindow manager by Chris Cannam \u003ccannam@zands.demon.co.uk\u003e\n\nCode contributions by Steve );Hara-Smith \u003csteveo@iol.ie\u003e\n\n----------------------------------------------------------------\nCopyright (C) 1998-1999 Bill Spitzak\n----------------------------------------------------------------\nThis program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or (at\nyour option) any later version.\n\nThis program is distributed in the hope that it will be useful, but\nWITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\nGeneral Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this library; if not, write to the Free Software\nFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307\nUSA.\n\nWritten by Bill Spitzak\t\tspitzak@d2.com\n----------------------------------------------------------------\nEND\n----------------------------------------------------------------\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogramyazar%2Fflwm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogramyazar%2Fflwm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogramyazar%2Fflwm/lists"}