From d93b41848dacb708f01d1ed1effb80e584194816 Mon Sep 17 00:00:00 2001 From: c47 Date: Sat, 27 Jan 2024 15:51:13 +0100 Subject: [PATCH] Autostart terminator with title; Add setxkbmap Added setxkbmap us_de to load my custom keymap. Autostart terminator now with title, instead of class name. --- xsessionrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xsessionrc b/xsessionrc index ef888ac..154a19e 100644 --- a/xsessionrc +++ b/xsessionrc @@ -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