Compare commits

...

3 commits

Author SHA1 Message Date
c47 4dc4932358 Autostart terminator with title instead of class 2024-01-27 15:51:13 +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 059412b0d6 Add nix-profile/bin to $PATH 2024-01-27 15:47:11 +01:00
3 changed files with 8 additions and 4 deletions

View file

@ -125,4 +125,4 @@ if [[ -f ${HOME}/.bashrc.local ]]; then
source ${HOME}/.bashrc.local
fi
export PATH=${HOME}/.local/bin:${PATH}
export PATH=${HOME}/.local/bin:${HOME}/.nix-profile/bin:${PATH}

View file

@ -8,7 +8,7 @@ import XMonad.Hooks.ManageDocks -- For the manageHook
----------------------------------------------------------------------------------------------------------------
myTerminal = "gnome-terminal"
myTerminal = "terminator"
myModMask = mod4Mask
myXmobarrc = "~/.config/xmobar/xmobarrc"
@ -16,7 +16,7 @@ myXmobarrc = "~/.config/xmobar/xmobarrc"
myManageHook = composeAll . concat $
[ [ className =? "DailyFox" --> doShift "1" ]
, [ className =? "DailyShell" --> doShift "2" ]
, [ title =? "DailyShell" --> doShift "2" ]
, [ className =? "Signal" --> doShift "3" ]
, [ className =? "SchildiChat" --> doShift "3" ]
, [ className =? "Skype" --> doShift "3" ]

View file

@ -1,9 +1,13 @@
/usr/bin/firefox --class="DailyFox" -P "default-esr" &
/usr/bin/terminator --name="DailyShell" -e "bash /home/c47/.local/scripts/default-tmux.sh -" &
/usr/bin/terminator -T "DailyShell" -e "bash /home/c47/.local/scripts/default-tmux.sh -" &
/usr/bin/bash ~/.local/scripts/daily-reminders.sh &
# Chat
/usr/bin/signal-desktop &
/usr/bin/skypeforlinux &
/usr/bin/flatpak run chat.schildi.desktop &
/usr/bin/google-chrome web.whatsapp.com web.telegram.org &
setxkbmap us_de