-
Updated
Jul 29, 2021 - Swift
#
xmonad
Here are 232 public repositories matching this topic...
Automatic tiling window manager for macOS à la xmonad.
A gtk based status bar for tiling window managers such as XMonad
systray
gtk
haskell
stack
x11
xmonad
mpris
dbus
haskell-gi
appindicator
xmobar
tiling-window-manager
ewmh
taffybar
upower
statusnotifieritem
gi-gtk
-
Updated
Aug 8, 2021 - Haskell
geekosaur
commented
Jul 28, 2021
Problem Description
It uses the tuple D defined in X.Operations as (Dimension,Dimension) for relative offsets, which can be negative.
Steps to Reproduce
Use the example config in X.A.FloatKeys. It will raise a compile error, since ghc now range-checks literals used as Word32 values.
Configuration File
module Main (main) where
import XMonad
import XMonad.AMy dotfiles repo, here you can find all my window manager configs as well as documentation and a guide on how to make your own desktop environment.
-
Updated
Aug 1, 2021 - Vim script
Configuration files for XMonad, Emacs, NixOS, Taffybar and more.
python
linux
shell
dotfiles
zsh
github-pages
haskell
nix
emacs
travis-ci
nixos
orgmode
arch-linux
emacs-configuration
xmonad
window-manager
literate-programming
tiling-window-manager
nix-dotfiles
taffybar
-
Updated
Aug 7, 2021 - CSS
dotfiles
tmux
nix
neovim
nixos
fish-shell
xmonad
nixpkgs
nix-dotfiles
polybar
nixos-configuration
neovim-configuration
home-manager
dotfiles-linux
nix-config
-
Updated
Aug 5, 2021 - Nix
My dotfiles for herbstluftwm, tmux, zsh, Vim, and other applications...
-
Updated
Jan 9, 2021 - Shell
The way of creating custom Arch dual-boot system without desktop environment with `no mouse` approach in mind.
linux
vuejs
archlinux
guide
arch-linux
cheatsheet
xmonad
noteshare
step-by-step-guide
vuepress
xmonad-cheatsheet
vuepress-doc
-
Updated
Jun 28, 2021
Aloy ❤️ XMonad
-
Updated
Mar 19, 2021 - Haskell
Various modules for xmonad that cannot be added to xmonad-contrib because of additional dependencies.
-
Updated
Jun 27, 2021 - Haskell
A status bar for XMonad using WebKit for rendering
-
Updated
Mar 30, 2017 - Haskell
NixOS configuration spawned from madness (home-manager and system)
-
Updated
Aug 2, 2021 - Nix
NixOS❄ config files.
-
Updated
Jun 21, 2021 - Nix
My (semi-)literate dotfiles for Nix, Emacs, fish, etc, managed with home-manager and GNU Stow
git
dotfiles
emacs
nixos
gnupg
fish-shell
xmonad
literate-programming
nixpkgs
rebar3
starship
kitty
noweb
home-manager
literate-configuration
cachix
nix-flakes
-
Updated
Aug 4, 2021 - Nix
my Linux Configuration
-
Updated
Aug 1, 2021 - Shell
-
Updated
Mar 1, 2017 - Emacs Lisp
Improve this page
Add a description, image, and links to the xmonad topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the xmonad topic, visit your repo's landing page and select "manage topics."
Problem Description
spawn "scrot --select filename.png"fails because spawn doesn't release its grab on keyboard.scrot --selectneeds the keyboard to work.