Commit graph

11 commits

Author SHA1 Message Date
c47 3d5cefd190 Add 'nheko' class to manageHook
Added nheko to manageHook to shift it to WS3 as done with the other chat
clients as well.
2024-02-19 06:58:09 +01:00
c47 5acb0241f2 Change className to title for terminator
It is possible to match windows by title in manage hook, so I changed
this because this way I can have have terminator set as terminal
emulator that I lauch by keybinding and have terminator with custom
title started automatically and this one window will open on the
specified workspace.
2024-01-27 15:47:54 +01:00
c47 dd678d5e4e Add gxmessage to floats
Added Gxmessage class to doFloat windows in xmonad.
2024-01-22 20:44:07 +01:00
c47 4c060aecdd Add `remind' aliases and general float class
Addedd remind aliases to .bash_aliases and a general float class
config to xmonad.
2024-01-21 10:38:16 +01:00
c47 c24f987677 Add easyeffects to manageHook
Shift easyeffects to WS9
2024-01-14 22:53:43 +01:00
c47 120ac74515 Add maneageHook entries for chat tools
Added manageHook entries for desktop chat clients to spawn on
WS3 and put oneshot entries in .xsessionrc.
2024-01-14 15:39:21 +01:00
c47 aaef6850ed Set myTerminal to something else than terminater
Have just set myTerminal to gnome-terminal again, because
terminator, when launched with a specific name, passes the name
to all future instancse in current xsession.
2024-01-14 14:59:09 +01:00
c47 fe08c1fda7 Add Brave-browser shift to WS7
Always open brave on workspace 7
2024-01-14 13:03:30 +01:00
c47 ca11a53828 Remove obsolete SpawnOnce import
Removed a leftover from previous commit. The import of
XMonad.Util.SpawnOnce in combination with the startupHoop didn't
work for me as expected.
2024-01-14 11:24:14 +01:00
c47 d3b47ba8d4 Manage autostart programs in xmonad
I start programs on xsession enter via ~/.xsessionrc.

To make programs get started on the specified workspaces I use
xmonad's manageHook with `className =?' functionality to match
programs to spawn.
2024-01-14 11:18:24 +01:00
c47 75d9206a6f Add .gitignore and xmonad/
Added .gitignore with first entries to ignore everything in
xmonad subdirectory, but xmonad.hs.

Added a very minimal basic xmonad.hs
2024-01-13 23:47:10 +01:00