From 553c7bc4e1536c3e3a1d81ff12ceb643ec3372b4 Mon Sep 17 00:00:00 2001 From: Laurent Le Houerou Date: Sat, 25 May 2024 12:24:29 +0400 Subject: [PATCH] add autostart of terminal firefox/thunderbird --- i3/.config/i3/config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index eed0ace..e97e8a1 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -37,6 +37,7 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork # and nm-applet is a desktop environment-independent system tray GUI for it. exec --no-startup-id nm-applet + # Use pactl to adjust volume in PulseAudio. set $refresh_i3status killall -SIGUSR1 i3status bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status @@ -197,3 +198,7 @@ mode "resize" { } bindsym $mod+r mode "resize" + +exec --no-startup-id i3-msg 'workspace 1; exec alacritty; workspace 2; exec firefox; workspace 9; exec thunderbird' + +