Questions tagged [xmonad]
88 questions
26
votes
3 answers
How to open nautilus without a desktop?
I'm using xmonad, and I would like to open a nautilus window to a certain directory, because I like the convenience of browsing inside an encrypted zip file without unzipping it, which nautilus allows.
however, opening nautilus, even with a path…
user1552512
- 1,085
- 2
- 9
- 7
22
votes
1 answer
HUD in other window managers (especially xmonad)
It seems that HUD (Heads Up Display) is tightly tied to Unity. However I just use xmonad as a window manager, especially I don't use unity.
Is there a way to use HUD within xmonad (or more generally withing other window managers and desktop…
student
- 2,352
19
votes
2 answers
xmonad dual monitors
I have been giving the window manager Xmonad a try for a few days now on Ubuntu 11.04. I like it a lot but i just set up a second monitor and haven't found the way to configure Xmonad properly for this.
What i'm trying to get is to set the second…
amosrivera
- 1,236
17
votes
1 answer
Are there any tiling window managers compatible with Unity3D?
I used to run Xmonad with Unity 2D which I really love, but since Ubuntu 12.10 the Unity 2D is no more.
Are there any other tiling window managers that runs well with Unity (3D)?
EDIT:
I fell back to use Gnome panel and Xmonad. The pre-configured…
speakman
- 271
17
votes
2 answers
Anyone succeeded in Using Xmonad in Ubuntu 12.04?
I have been trying hard to configure Xmonad on my Ubuntu 12.04. Will appreciate if someone sheds some light on installation, configuration and if one could also share the relevant files used in configuration!
Vinit Kumar
- 843
16
votes
2 answers
.xsession. .xinitrc, xmonad, and lightdm
Let me preface my question with the following:
I am pretty sure that I can hack together a solution by modifying /usr/share/xsessions/somesessionfile.desktop and make it run /etc/X11/Xsession, and get it to work that way, but I would still like to…
foobarbaz
- 161
- 1
- 1
- 3
13
votes
1 answer
Xmonad with Unity / HUD
I want to use xmonad and still use the HUD from Unity. Is this possible?
Could Xmonad be using while using Unity? is there a way to use the HUD inside of Xmonad?
I'm in 12.04, soon to be 12.10.
Patrick Jackson
- 231
11
votes
1 answer
Tiling window management with Unity
EDIT: XMonad can be made to play well with Unity: http://markhansen.co.nz/xmonad-ubuntu-oneiric/ (thanks hvr)
I'm looking for a tiling window manager to use with Unity. I would like the manager to place all the windows for me, as XMonad does, though…
emchristiansen
- 440
11
votes
3 answers
Which tiling window manager is easiest to install and use inside of GNOME
I just tried integrating xmonad with GNOME on Ubuntu 10.04, according to the instructions found here: http://www.haskell.org/haskellwiki/Xmonad/Using_xmonad_in_Gnome#Ubuntu_Karmic
Unfortunately, I was not successful at getting it to work. I'm…
jbeard4
- 1,101
9
votes
4 answers
Enable networking without the gnome-applet
I've switched to XMonad as my window manager. Sometimes when I put my laptop to hibernate, it's hanging and won't shut down. I have to force it off by pressing the powerbutton for 5 seconds.
After I boot again, I can't connect to the internet. I…
Ikke
- 9,673
9
votes
3 answers
How do I change my keyboard layout while using xmonad?
So I have an IBM Thinkpad X31, running natty and xmonad as the window manager. The keyboard is Italian. I wish to use an American English keyboard mapping, all the time. How do I do this?
Walead Fuss
- 91
8
votes
2 answers
Remapping keyboard shortcuts (copy, paste etc) to Alt key instead of Ctrl
Interestingly, it turns out this is almost impossible to do. Remapping Alt key to behave as another Ctrl key is not a solution because you lose the Alt key functionalities (some of which are essential, like Alt+Tab).
So how can I get a behavior…
Eren Tantekin
- 419
7
votes
3 answers
How do I get xmonad to run with the GNOME fallback session?
I'm not having luck getting XMonad to run in 11.10 (x64, fresh install) with a gnome fallback session. I've tried adapting the instructions from
http://markhansen.co.nz/xmonad-ubuntu-lucid/
and
http://markhansen.co.nz/xmonad-ubuntu-oneiric/
but with…
emchristiansen
- 440
7
votes
2 answers
gnome-panel broken with xmonad session in 14.04
In 14.04, I've installed both gnome-session-flashback and xmonad.
When logging in using lightdm and the XMonad+Gnome session, the gnome-panel is broken, with half the indicators missing.
When logging in with a flashback session, and then running…
Shay
- 121
7
votes
2 answers
how to remap Ctrl to Escape if pressed and released on its own
I want to remap Control, so that:
If it is pressed and released with no other key, it acts as
Esc.
If it is pressed & held together with another key, it
acts as Ctrl (no change in behaviour in this case).
I'm aware of How do I remap certain keys…
psvm
- 185