Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Another JWM project
#21
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.
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

Forum Jump:


Users browsing this thread: 6 Guest(s)