remove thunderbird
This commit is contained in:
parent
102894996c
commit
dcb0cedef4
2 changed files with 4 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue