remove thunderbird
This commit is contained in:
parent
3f37c38a08
commit
3f926b51df
2 changed files with 4 additions and 4 deletions
|
@ -283,14 +283,14 @@ bindsym $mod+minus scratchpad show
|
||||||
|
|
||||||
# Press $mod+o followed by either c to launch chromium,
|
# Press $mod+o followed by either c to launch chromium,
|
||||||
# Escape or Return to the default mode, respectively.
|
# Escape or Return to the default mode, respectively.
|
||||||
set $mode_launcher Launch: [c]hromium [t]hunderbird [p]avucontrol [a]randr file[m]anager
|
set $mode_launcher Launch: [c]hromium [p]avucontrol [a]randr [f]ilemanager
|
||||||
bindsym $mod+o mode "$mode_launcher"
|
bindsym $mod+o mode "$mode_launcher"
|
||||||
|
|
||||||
mode "$mode_launcher" {
|
mode "$mode_launcher" {
|
||||||
bindsym f exec chromium, mode "default"
|
bindsym f exec chromium, mode "default"
|
||||||
bindsym p exec pavucontrol, mode "default"
|
bindsym p exec pavucontrol, mode "default"
|
||||||
bindsym a exec arandr, mode "default"
|
bindsym a exec arandr, mode "default"
|
||||||
bindsym m exec pcmanfm, mode "default"
|
bindsym f exec pcmanfm, mode "default"
|
||||||
|
|
||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
|
|
|
@ -258,14 +258,14 @@ bindsym $mod+minus scratchpad show
|
||||||
|
|
||||||
# Press $mod+o followed by either c to launch chromium,
|
# Press $mod+o followed by either c to launch chromium,
|
||||||
# Escape or Return to the default mode, respectively.
|
# Escape or Return to the default mode, respectively.
|
||||||
set $mode_launcher Launch: [c]hromium [t]hunderbird [p]avucontrol [w]displays file[m]anager
|
set $mode_launcher Launch: [c]hromium [p]avucontrol [w]displays [f]ilemanager
|
||||||
bindsym $mod+o mode "$mode_launcher"
|
bindsym $mod+o mode "$mode_launcher"
|
||||||
|
|
||||||
mode "$mode_launcher" {
|
mode "$mode_launcher" {
|
||||||
bindsym c exec chromium, mode "default"
|
bindsym c exec chromium, mode "default"
|
||||||
bindsym p exec pavucontrol-qt, mode "default"
|
bindsym p exec pavucontrol-qt, mode "default"
|
||||||
bindsym w exec wdisplays, mode "default"
|
bindsym w exec wdisplays, mode "default"
|
||||||
bindsym m exec pcmanfm-qt, mode "default"
|
bindsym f exec pcmanfm-qt, mode "default"
|
||||||
|
|
||||||
bindsym Escape mode "default"
|
bindsym Escape mode "default"
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
|
|
Loading…
Reference in a new issue