diff --git a/dot_config/i3/executable_config.tmpl b/dot_config/i3/executable_config.tmpl index f17f074..9aa9056 100644 --- a/dot_config/i3/executable_config.tmpl +++ b/dot_config/i3/executable_config.tmpl @@ -287,11 +287,10 @@ set $mode_launcher Launch: [c]hromium [t]hunderbird [p]avucontrol [a]randr file[ bindsym $mod+o mode "$mode_launcher" mode "$mode_launcher" { - bindsym f exec chromium - bindsym t exec thunderbird - bindsym p exec pavucontrol - bindsym a exec arandr - bindsym m exec pcmanfm + bindsym f exec chromium, mode "default" + bindsym p exec pavucontrol, mode "default" + bindsym a exec arandr, mode "default" + bindsym m exec pcmanfm, mode "default" bindsym Escape mode "default" bindsym Return mode "default" @@ -299,7 +298,6 @@ mode "$mode_launcher" { bindsym $mod+b exec chromium bindsym $mod+t exec pcmanfm -bindsym $mod+shift+t exec thunderbird bindsym $mod+n exec wezterm start nmtui #bindsym $mod+o exec termite -e /usr/bin/alsamixer diff --git a/dot_config/sway/executable_config.tmpl b/dot_config/sway/executable_config.tmpl index a595f9f..d619a2c 100644 --- a/dot_config/sway/executable_config.tmpl +++ b/dot_config/sway/executable_config.tmpl @@ -236,7 +236,6 @@ bindsym $mod+o mode "$mode_launcher" mode "$mode_launcher" { bindsym c exec chromium, mode "default" - bindsym t exec thunderbird, mode "default" bindsym p exec pavucontrol-qt, mode "default" bindsym w exec wdisplays, mode "default" bindsym m exec pcmanfm-qt, mode "default" @@ -247,7 +246,6 @@ mode "$mode_launcher" { bindsym $mod+b exec chromium bindsym $mod+t exec pcmanfm-qt -bindsym $mod+shift+t exec thunderbird bindsym $mod+n exec wezterm start nmtui # Einstellungen für spezielle Programme (exact match instead of substring)