scripts VS sxhkd

Compare scripts vs sxhkd and see what are their differences.

scripts

*Well documented* scripts exploiting some useful UNIX utilities. (by chhajedji)

sxhkd

Simple X hotkey daemon (by baskerville)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
scripts sxhkd
6 42
10 2,666
- -
4.8 0.0
3 months ago 8 months ago
Shell C
- BSD 2-clause "Simplified" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

scripts

Posts with mentions or reviews of scripts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-13.
  • Script to change wallpaper.
    1 project | /r/dwm | 13 Sep 2021
    You may use or ignore the disp_config.sh used in this script.
  • Script to change wallpaper
    2 projects | /r/bash | 13 Sep 2021
    new_wall.sh: https://github.com/chhajedji/scripts/blob/master/new_wall.sh
  • Reminders with notification!
    1 project | /r/bash | 12 Aug 2021
    I've created a script for managing reminders by simply sending scheduled notifications using dmenu, at and notify-send and viewing/deleting reminders. Check it out at https://github.com/chhajedji/scripts/blob/master/remindme.sh Would love to have suggestions, review or feedback! 🙂
  • How are you restarting your dwmbar?
    2 projects | /r/suckless | 23 Apr 2021
    Need suggestion on how are you restarting your dwm status bar set with xsetroot and not the classic dwmblocks. I have a script dwmbar which loads the status bar. Then I use another script which reloads the status bar whenever I press volume key, which takes significant time.
  • How to make alias for compiling c code ?
    1 project | /r/bash | 4 Apr 2021
    I have this script, which checks if last edited file is a C file or not. If it's a C file, then script will compile and run it. Alternatively if an argument is passed, script will compile that file and run it.
  • How to create a keybind to suspend computer
    2 projects | /r/suckless | 3 Apr 2021
    Your usage would look like: { MODKEY, XK_s, spawn, SHCMD("systemctl suspend") }, `` Also a better idea to suspend could be to lock system when recovered from suspended state. Check [this script](https://github.com/chhajedji/scripts/blob/master/suspend_lock.sh) to suspend the computer. It usesi3lock` to lock system.

sxhkd

Posts with mentions or reviews of sxhkd. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-21.
  • How handle two speakers in dwm?
    1 project | /r/dwm | 15 Mar 2023
    Hello, firstly I would separate all these non wm related keybindings to a program like sxhkd (https://github.com/baskerville/sxhkd) it's config is easier to modify on the fly and less bloat/unrelated stuff in window managers codebase is always better.
  • whkd: A simple hotkey daemon for Windows
    6 projects | /r/rust | 21 Jan 2023
    After getting frustrated trying to update the library generation code to conform to the AHK2 syntax changes, I decided to run with an idea that I've had for a while now: writing my own simple hotkey daemon for windows based on skhd and sxhkd.
  • How to make a keybinding for dmenu_run in .xinitrc?
    2 projects | /r/suckless | 12 Dec 2022
  • What's the closest equivalent of AHK for LINUX?
    2 projects | /r/AutoHotkey | 2 Oct 2022
    For GUI automation and the like, I would recommend checking out xdotool and maybe sxhkd for keybinds -- though, each DE/WM tends to have some method of handling keybindings in its own way.
  • shod: an acme-like window manager that tile windows inside floating containers
    2 projects | /r/linux | 11 Sep 2022
    You control shod via a remote controller, called shodc. You map shodc calls to keybindings using a third application (a keybinder like sxhkd).
  • Chromebook
    2 projects | /r/AutoHotkey | 13 Aug 2022
    That said, if you enable linux app support, you can use something like sxhkd for hotkey definitions in combination with bash scripting.
  • Volume Control Works on MATE but not BSPWM
    1 project | /r/bspwm | 27 Jul 2022
    Not that I know, at least the general syntax is said to work with KEYSYMs only. However! I've been reading some more about it and you can try this: if you're not using a US layout keyboard, start sxhkd -m 1 as described here https://github.com/baskerville/sxhkd/issues/249. And just out of curiosity, maybe you can check if you have the proper drivers installed (again, sorry I don't know the details) but at least I have xf86-input-libinput installed.
  • Getting keyboard to work....
    1 project | /r/bspwm | 8 Jul 2022
    Because we specify super/ctrl/alt as modifiers x11 doesn't distinguish between left and right. See https://github.com/baskerville/sxhkd/issues/89
  • Best way to insert the ñ character.
    1 project | /r/linux4noobs | 2 Jul 2022
    Now I have an script that copy the char to the clipboard when I press that shortcut. This is archived using [sxhkd](https://github.com/baskerville/sxhkd). Is there a better way?
  • Show HN: A tiling window manager like i3wm written in C#
    11 projects | news.ycombinator.com | 15 Apr 2022
    komorebi dev here. I can't tell you the number of times I've wanted to just write my own take on sxhkd[1] for Windows and use that to manage my own keybindings for komorebi instead of ahk.

    You can just as easily write your own/use another hotkey daemon or PowerShell scripts to handle komorebi's configuration and keybindings, in that sense there is no dependency on ahk at all. However, the inertia around ahk in the Windows ecosystem is undeniable and it's in the interests of making adoption and onboarding easier that the project provides example ahk files and has invested in an ahk code generation library.

    My thoughts on the dominant hotkey daemon in the Windows ecosystem aside, I remain convinced that the famous bspwm socket communication architecture[2] is the best way to handle both configuration and keybindings for a tiling window manager that has been proposed to this today.

    Unfortunately I have to concede that there is a certain configuration burden that comes with komorebi, which is amplified in some cases by having to write/maintain ahk. This configuration burden is largely due to the highly fragmented nature of Windows application development that is discussed often on HN and it is inescapable.

    With this in mind, the next release of komorebi (currently available on master) will invest even more heavily in automatic configuration generation.

    A separate repository of common application-specific configuration tweaks[3] (in YAML!) has been created which I and others from the komorebi Discord server are contributing to, with the goal of having the edge cases for as many applications as possible fully documented so that a comprehensive configuration file can be generated[4] for the user which ensures that every (major) Windows application behaves as expected under a tiling window manager.

    I hope that other Windows tiling window manager developers can use these YAML definitions in the future to handle the same edge cases in their projects so that eventually there will be a tiling window manager of every flavour (bspwm, i3wm etc.) available for Windows users where having to manually accommodate and compensate for the non-standard behaviour of individual applications is a thing of the past.

    [1]: https://github.com/baskerville/sxhkd

    [2]: https://github.com/baskerville/bspwm#description

    [3]: https://github.com/LGUG2Z/komorebi-application-specific-conf...

    [4]: https://github.com/LGUG2Z/komorebi/#generating-common-applic...

What are some alternatives?

When comparing scripts and sxhkd you can also consider the following projects:

dwmblocks - Modular status bar for dwm written in c.

xcape - Linux utility to configure modifier keys to act as other keys when pressed and released on their own.

egpu-switcher - 🖥🐧 Setup script for eGPUs in Linux (X.Org)

bspwm - A tiling window manager based on binary space partitioning

i3ass - A collection of shell scripts to ease the use of i3wm

releases

dwm-bar - simplest unclickable dwm status bar

NvChad - Blazing fast Neovim config providing solid defaults and a beautiful UI, enhancing your neovim experience.

scripts - Collection of useful scripts for Linux (git, docker, LUKS, Archlinux...)

shotkey - A simple and lightweight hotkey daemon for X with configurable custom modes and key chords (in ~200 LOC)

dwm-bar - A modular statusbar for dwm

win-vind - You can operate Windows with key bindings like Vim.