Questions tagged [xmonad]

xmonad is a dynamically tiling X11 window manager that is written and configured in Haskell

Website

Wikipedia

Screenshot

enter image description here

102 questions
42
votes
5 answers

Set background image in xmonad

I have just switched from Fluxbox to giving xmonad a go, and I am definitely liking it. However, the one thing I haven't managed to do is to change my desktop background. I am using Ubuntu 8 (uh, can't remember the value after the point), and I…
Yacoby
  • 1,223
30
votes
4 answers

How do you make volume keys and mute key work in Xmonad

I am new to Xmonad (just installed it yesterday), and since I have never used haskell before, I found configuration a little bit confusing for me. I got somewhat made xmobar and trayer work, but I have no idea how might I make multimedia keys to…
yasar
  • 537
15
votes
2 answers

What XMonad Configuration Best Replicates Default Ion3 Behavior and Feature Set?

Not being very familiar with Haskell and lamenting that Ion 3 is now abandonware, I am curious if anyone out there has found a way of replicating the default Ion 3 behavior and aesthetics in XMonad. If I can't have a near-exact replica of Ion…
mtp
  • 151
  • 4
13
votes
3 answers

Start applications on specific workspaces in xmonad

I know how to associate specific applications with specific workspaces using manageHook and composeAll. What I'm looking for is a way to spawn applications on specific workspaces, i.e. a function with type signature String -> workSpaceId -> X ()…
user63896
  • 181
  • 1
  • 6
11
votes
2 answers

Practical tips when transitioning to xmonad?

I like the idea and concept of xmonad, however I still keep going back to gnome after an hour or so. This feels like when I first tried to learn vim, but I've gotten past the learning curve point and can't live without vim nowadays. I'm sure the…
10
votes
2 answers

How to transmit locally entered modifier keys or shortcuts to the remote desktop via VNC? Mask or escape them somehow?

I am connected to a xmonad desktop but am only able to use the first workspace. How can I change to other workspaces? Furthermore: If the last terminal is closed, I can’t do anything. How can I open a new terminal? The problem is, that my local…
erik
  • 2,028
10
votes
4 answers

How do I mount a USB in plain XMonad?

Now that I am using XMonad I find that my USB devices no longer automount when I plug them into my computer. How do I get them to automount again just like they did when I was using gnome?
9
votes
1 answer

Xmonad idle lock after X minutes

Using Ubuntu 10.10. I use XMonad window manager as primary. I have CommandKey+S mapped to a bash file that shows a screensaver and locks, and puts the PC to sleep (on resume I have to enter password). #/bin/bash gnome-screensaver-command…
9
votes
2 answers

Cleanly respawning xmobar when reload xmonad

This is just a small annoyance, but I've made the XMonad configuration file load xmobar using this code: xmproc <- spawnPipe "/use/bin/xmobar ~/.xmobarrc" It works well, but it spawn a new xmobar process every time XMonad is reloaded. I wonder if…
8
votes
1 answer

Quickly navigate to application by typing name of application in XMonad

I often have several applications open across several workspaces in XMonad. I'd like to be able to switch between them without hunting; specifically, I'd like to be able to type something that identifies the application window (the window title?)…
Dasid
  • 81
8
votes
2 answers

How to make per-window keyboard layouts with plain XMonad?

I've been using plain XMonad for some time (not combined with KDE/GNome). Currently, I'm switching between keyboard layouts simply by a key combination globally: [ ((modMask , xK_Scroll_Lock ), spawn "setxkbmap -layout us ; xmodmap…
Petr
  • 3,273
8
votes
2 answers

How can I make Virtualbox ignore specific keys?

I use Virtualbox with Windows on Ubuntu host. I keep it on separate workspace (I use Xmonad). Xmonad uses Windows key as modifier. The problem is: when I press it, Windows machine opens start menu. Disabling keyboard autocapture helped a bit, but…
user81420
  • 295
8
votes
3 answers

How can I set mouse as left handed on xmonad?

I had the mouse buttons inverted on Gnome, and I wanted to do the same on xmonad but I don't know how to do it. Does anyone knows what is the adequate configuration?
7
votes
1 answer

How to wake up / enter system after slock?

I'm using xmonad as my window manager. There's no default hibernate/lock app by default. I tried slock, it locked my screen; however, I don't know how to re-enter the system: there's just a black screen, and nothing works. How can I enter the…
Nick
  • 257
7
votes
5 answers

how to make xmonad use two mod keys

I find lots of examples on how to set the mod key in xmonad, but how do I add a second mod key?
1
2 3 4 5 6 7