Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Another JWM project
#22
(06-12-2024, 03:52 AM)Rev Wrote: Hey guys I added Keybinding support and autostart support. Keep in mind, this is a quick and dirty implementation and may change in the future. Here's an example of how you add them to your config.
Code:
keybind h {
    key = "H"
    command = "up"
}

keybind refresh {
    mods = {"Control", "Alt"}
    key = "R"
    command = "restart"
}

keybind firefox {
    mods = {"Control", "Alt"}
    key = "W"
    command = "exec:firefox"
}
Code:
autostart cmst {
    sleep_time = 1
    fork_needed = true
    restart_kill = true
    program = "cmst"
    args = "-m"
}
How would you guys like the configuration to be located? My current thought is to have one jwms.conf in ~/.config/jwms and a default one in /etc/jwms. Or I can leave out the one in /etc entirely.

Well, it would be nice to follow the XDG stuff, like xdg-config-home or whatever it's called. That way system managers can choose where that stuff goes instead of it being hard-coded. But as long as you follow the traditional guidelines -- system-wide config in /etc, user-specific stuff in ~/.config -- then I'm sure people will be happy Smile

Also this looks like a super cool project and I'm curious to give it a try. Do you have an installation guide?
Reply


Messages In This Thread
Another JWM project - by Rev - 03-09-2024, 10:46 AM
RE: Another JWM project - by John - 03-09-2024, 07:52 PM
RE: Another JWM project - by Rev - 03-10-2024, 01:47 AM
RE: Another JWM project - by Rev - 03-12-2024, 07:42 AM
RE: Another JWM project - by Rev - 03-20-2024, 03:17 AM
RE: Another JWM project - by John - 03-20-2024, 04:27 AM
RE: Another JWM project - by Rev - 03-20-2024, 06:16 AM
RE: Another JWM project - by Nathan - 05-24-2024, 09:58 PM
RE: Another JWM project - by Rev - 05-28-2024, 06:04 AM
RE: Another JWM project - by grindstone - 05-28-2024, 03:37 PM
RE: Another JWM project - by Rev - 05-28-2024, 09:01 PM
RE: Another JWM project - by grindstone - 05-29-2024, 12:37 AM
RE: Another JWM project - by Rev - 05-29-2024, 01:36 AM
RE: Another JWM project - by grindstone - 05-29-2024, 02:19 AM
RE: Another JWM project - by Rev - 05-29-2024, 03:09 AM
RE: Another JWM project - by Chloe - 05-31-2024, 06:11 PM
RE: Another JWM project - by Rev - 06-02-2024, 04:15 AM
RE: Another JWM project - by grindstone - 06-05-2024, 02:53 AM
RE: Another JWM project - by Rev - 06-05-2024, 06:10 AM
RE: Another JWM project - by grindstone - 06-05-2024, 06:58 PM
RE: Another JWM project - by Rev - 06-12-2024, 03:52 AM
RE: Another JWM project - by MrAureliusR - 10-23-2024, 08:08 AM
RE: Another JWM project - by Rev - 10-24-2024, 09:25 PM
RE: Another JWM project - by Rev - 10-29-2024, 09:27 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)