add autostart of terminal firefox/thunderbird

This commit is contained in:
Laurent Le Houerou 2024-05-25 12:24:29 +04:00
parent f82233a494
commit 553c7bc4e1

View File

@ -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'