Questions tagged [xmonad]

xmonad is a tiling window manager for the X Window System, written in the functional programming language Haskell.

Begun in March 2007, it is similar to dwm, larswm, StumpWM and other members of the tiling window manager family, in that it arranges windows in a nonoverlapping tiled pattern and strives to make it possible for the user to productively manage windows without the use of the mouse. Xmonad is packaged and distributed on a wide range of Unix-like operating systems, such as Arch Linux, Debian, Ubuntu, Gentoo, Source Mage, NixOS, FreeBSD, NetBSD, OpenBSD, and Mac OS X.

Useful links

333 questions
0
votes
1 answer

xmonad responds only to the default keybindings

I'm trying to configure xmonad to work as I want it to in Ubuntu 14. Since I'm not familiar with Haskell's syntax, I took 3 configuration files and removed what I didn't like and kept what I liked. I had a lot of errors, but once I resolved them…
shoham
  • 792
  • 2
  • 12
  • 30
0
votes
1 answer

Get hostname in xmonad/xmobar config file

My dotfiles are 99% similar between computers but there are minor tweaks that I keep for various minor settings. My plan was to discriminate using an if statement based on hostname. something that would look as follows in a shell config like…
bertabus
  • 92
  • 2
  • 8
0
votes
1 answer

dmenu top bar in xmonad runs some items (Chromium), but not ranger or others

I have a "stock" xmonad install on Arch. No changes to my xmonad.hs yet I have installed dmenu. It runs by alt-p, the default, and displays and filters as expected. Chromium runs, but other items, like ranger, alsamixer or other tasks do not. I am…
timbeau_hk
  • 23
  • 4
0
votes
1 answer

How to reconfigure the 1..9 workspace keyboard shortcuts in XMonad?

I have been a long time user of XMonad until I switched to an ergonomic keyboard layout, namely the Bépo (http://bepo.fr/wiki/Accueil). Until thenI was using the XMonad.Config.Azerty module for my keyboard. But since the layout change the keyboard…
0
votes
1 answer

Emacs modes/functions and xmonad

So I'm wondering if it's possible to take XMonad's ability to shift certain applications to specific workspaces a step further and apply it to specific modes/functions of Emacs? For example I have mod+shift+u bound to spawn "emacs -f mu4e" which…
momo
  • 1,045
  • 3
  • 9
  • 18
0
votes
1 answer

How to display MPD volume with XMonad

I am trying to read MPD volume in XMonad using haskell-libmpd. While the standalone code: -- current darcs as of 2010-12-31 {-# LANGUAGE DeriveDataTypeable, FlexibleContexts, FlexibleInstances, MultiParamTypeClasses, …
0
votes
1 answer

how can I map a shortcut to an arbitrary key sequence in xmonad or xwindows?

I have a shortcut I would like to perform on any chrome instances whilst using xmonad (or a generic xwindows solution would be handy) basically its the same keysequence for chrome/firefox/opera to "detatch current browser tab and send to screen…
michael
  • 11,667
  • 2
  • 26
  • 25
0
votes
4 answers

Xmonad keybindings for thunderbird and dmenu

I've been trying to get these two keybindings to work on my Xmonad setup for a while now, but alas I have failed. I want thunderbird to spawn on a certain workspace and demenu to run on the workspace that is currently being viewed. Here is the…
0
votes
1 answer

Bookmarklet popup ignoring tiling WM's instructions

I'll start by saying I know absolutely nothing about java, so this might very well be a very stupid question. Anyway I have the following bookmarklet to add the current page to Google Bookmarks javascript:(function(){var…
user129395
  • 13
  • 3
0
votes
2 answers

Can i start clisp without using xterm?

In emacs, the clisp can run in its own buffer as below: (defun clisp () (interactive) (async-shell-command "clisp -q -modern -ansi" "*clisp*")) (global-set-key "\C-c\C-l" 'clisp) Without using emacs, we can use xterm -e clisp to run it. Can…
z_axis
  • 8,272
  • 7
  • 41
  • 61
0
votes
1 answer

How can i add email/jabber notification to xmobar status bar?

I using xmonad+xmobar on my computer. I am missing notification on the status bar. May'be was way to integrate it's or ready plugin for this. Any ideas?
aza
  • 1
  • 1
0
votes
1 answer

Why doesn't cabal build Eval.hs?

I downloaded xmonad-extras-0.10.1.2 and ran the following: xmonad-extras.cabal: http://hpaste.org/78707 $cabal configure Resolving dependencies... Configuring xmonad-extras-0.10.1.2... $cabal build Building xmonad-extras-0.10.1.2... Preprocessing…
z_axis
  • 8,272
  • 7
  • 41
  • 61
0
votes
1 answer

Passing the execution of a program to another window manager

I am currently using Arch Linux and Xmonad, but it doesn't seem to play all that well with my OpenGL projects for my college course. Currently, I am simply switching to another X server running Openbox and doing all my work in there if I know I am…
mkosler
  • 322
  • 2
  • 7
0
votes
1 answer

XMonad keybindings doesn't work

I'm having trouble with XMonad configuration. Could you tell me what's wrong with this code? It compiles but it doesn't have the desired effects. I didn't find anything similar on SO. So here it is: myConfig = azertyConfig { modMask =…
Joseph Elcid
  • 887
  • 1
  • 6
  • 21
-1
votes
1 answer

XMonad stuck launching xterm

In XMonad I have the default config file. I've made some small changes but I'm trying to get alacritty to launch instead of xterm. I've tried changing the "myTerminal" to = alacritty and that didn't work. Then I tried to spawn alacritty and it…
user14875201
1 2 3
22
23