Our great sponsors
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.
patches
-
How Do You Setup Workspaces Properly?
I am trying to setup my workspaces for stumpwm, but am running into a wall due to not being able to find much documentation, is there is even support, for a few things I want to do. For some background, I am coming from dwm which I have used for a few years and even forked a few times. In dwm I had a rather simple, but extremely useful, setup where I would store specific types of programs on specific tags. I was able to figure out getting this done in stumpwm and it working just fine. The main issue with this portion of my workspace setup is that the Default workspace still exists. I have tried to figure out how to delete it, but cannot. I know how to rename it, so I could just do that and use it for my terminals, but the issue arises where I have no idea how to change it from the default stacking layout to the dynamic one. Any advice? Additionally, is there a way to get something like dwm's fakefullscreen?
-
dwm-flexipatch: statuscmd integration in dwmblocks
I would like to add the statuscmd (for dwmblocks) feature to my dwm build. I tried this patch (from the suckless website) and this one, from u/bakkeby's Github, which seems more pertinent to my case since I use dwmblocks. I also patched my dwmblocks build with this patch, from the suckless website.
-
automatic drag(c,m)fact in resizemouse
dragcfact is a patch that depends on another patch, cfacts, that assigns a 'weight' to each client in the view area and allows you to resize them by increasing or decreasing the weight of a given client. Yes, in the case of the tile layout that does allow for 'vertical' resizing.
-
[dwm] Vanitygasp per tag?
Another way you could achieve this is via floatpos. One way I use this is to toggle tiled windows to become floating and take up 80% of the screen, which gives a kind of semi-fullscreen mode which is kind of nice.
-
bspwm Swallow
I don't know what they are refering to, but the swallowing that has become popularized is not what that screenshot shows. The functionality is taken from Plan9's window manager, rio. When you launch, say, firefox from a terminal on non-swallowing window managers the terminal just sits there and the window is spawned on it's own. With swallowing, the terminal swallows the window in that the newly spawn windows takes up the window that is the terminal until it exists at which point the terminal window is restored. I can not an example of this in video, but there are patches to implement this into dwm such as rio draw/swallow
- Any alternatives to Wallpaper engine on Linux?
-
dwm desktop window implementation
dwm-desktop_icons-6.2.diff - hardcoded to not manage windows that have the window type of _NET_WM_WINDOW_TYPE_DESKTOP, for programs that provide desktop icons as an example, and
-
remap f11 to alt+f using setxkbmap or anything else
I'm not really knowledgeable with dwm but googling around I found this thread where someone linked this GitHub repo, which aims to combine different fullscreen patches so they can work together.
-
multiple status segments with barmodules patch
I've applied the barmodules patch with the hope of controlling multiple status segments via IPC.
dotfiles
-
Turning Linux Into a Usable Lispy Machine?
I have been doing research trying to figure out what software in my current toolchain has a Lisp, specifically Common Lisp, alternative. Having looked around I have been able to find a few thing.
-
How Do You Setup Workspaces Properly?
I am trying to setup my workspaces for stumpwm, but am running into a wall due to not being able to find much documentation, is there is even support, for a few things I want to do. For some background, I am coming from dwm which I have used for a few years and even forked a few times. In dwm I had a rather simple, but extremely useful, setup where I would store specific types of programs on specific tags. I was able to figure out getting this done in stumpwm and it working just fine. The main issue with this portion of my workspace setup is that the Default workspace still exists. I have tried to figure out how to delete it, but cannot. I know how to rename it, so I could just do that and use it for my terminals, but the issue arises where I have no idea how to change it from the default stacking layout to the dynamic one. Any advice? Additionally, is there a way to get something like dwm's fakefullscreen?
-
How Do I Unbind all Default Bindings and Bind Keys With Shift?
My brain hurts, I did this and now it just works.
That doesn't work either :( I made the changes here. When press bindings that use shift they either do nothing, such as the case with these or I get an error saying that the key is not defined such as with the shift bindings in chains
-
Terminal Emulators Written in Common Lisp?
I am working on rebuilding my software toolchain around Common Lisp, because it is amazing. I have already started moving to sbcl from zsh, thanks to help from this subreddit and a friend, as well as moving away from my dwm fork to stumpwm. I am looking at what programs I have left to find replacements for and I know I am moving to either lem or gnu emacs, hopefully lem, from nvim and nyxt from firefox, but there are three programs I cannot find CL replacements for, my terminal, screen locker, and dynamic menu. The last two will be a pain, I know, but with the terminal I was shocked to see little to nothing online. I was able to find CLIM implementations of terminal emulators, but the one I found which I lost the link to is built into a desktop environment; I also don't know if it would run under X11 or Wayland. I was curious if there was someone here who would know of a terminal emulator that was written in CL? It doesn't need to be fancy, in fact the less fancy the better. I am just trying to figure out if I refork st or if there is a CL terminal I can use.
-
How Would One Bind Prefix + Key + Key?
Also, I apologise but did not push until late last night, here is my current stumpwm configuration in case it helps.
I am unsure if you have interest, but is the final working product :D Thank you again! https://gitlab.com/FOSSilized_Daemon/dotfiles/-/blob/main/src/dotfiles/home/.library/generic/common-lisp/stumpwm/common-lisp/key-binding.lisp
-
How to Build a Proper Loading Order From ASDF?
I am unsure if this would have any impact, but I am making some changes (as well as this) to sbcl; none that should cause this though.
-
Is There Any Method For Checking If REPL Is Running As a Login Shell?
An update to my other comment. I can confirm that the issues I am having are due to cl-repl. I took my exact configuration, commented out the first line of my replrc.lisp, hardcoded a require for asdf, using find-package always returns nil for some reason with asdf I don't know why, and then symlinked the file to ~/.sbclrc and everything loaded fine and ran fine. I am unsure what is up with cl-repl. I think I would rather use sbcl anyway, but I just need to figure out tab-completion, sytan highlighting if possible, and then determine how to check if asdf is installed to load it (I know I can always require it, but I want to proof this configuration in case I use it on a repl that does not autoload asdf).
I am currently moving over to a repl, either cl-repl or sbcl with some interactive extensions, and am hitting one issue. I do not use a display manager to start a graphical environment, but instead use my .login as a script to start either my graphical environment or my multiplexor. While porting this to common-lisp would be trivial, the one issue is that it would run every time I spawn a REPL. As far as I know there are no versions of a .login file for either cl-repl or sbcl. Does anyone know if there is a way to check if a REPL is running as a login shell or of an extension to implement this functionality? If not it is not the end of the world as I can just write an explicit function and manually call it, but it would be nice to have.
What are some alternatives?
dwm-flexipatch - A dwm build with preprocessor directives to decide which patches to include during build time
chadwm - Making dwm as beautiful as possible!
dwm-directionalfocus - Adding directional focus to dwm
dwm-single-tagset-6.2 - single-tagset patch for dwm 6.2
tmux-resurrect - Persists tmux environment across system restarts.
rofi - A huge collection of Rofi based custom Applets, Launchers & Powermenus.
zsh-autosuggestions - Fish-like autosuggestions for zsh
spacemacs - A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
firefox-csshacks - Collection of userstyles affecting the browser
dwm
vis - A vi-like editor based on Plan 9's structural regular expressions
xlivebg - Live wallpapers for the X window system