Add element and remove other messengers from i3 direct launch
This commit is contained in:
parent
d6a67d9202
commit
109e88b29b
1 changed files with 3 additions and 4 deletions
|
@ -85,13 +85,12 @@ bindsym $mod+Shift+Print --release exec --no-startup-id i3-scrot -s
|
||||||
bindsym $mod+Ctrl+x --release exec --no-startup-id xkill
|
bindsym $mod+Ctrl+x --release exec --no-startup-id xkill
|
||||||
|
|
||||||
bindsym $mod+Shift+d mode "$mode_applications"
|
bindsym $mod+Shift+d mode "$mode_applications"
|
||||||
set $mode_applications (D)iscord, Slac(k), (S)ignal, (T)elegram, (C)inny, (N)extcloud, (M)usic, (B)luetooth, (V)alent
|
set $mode_applications (D)iscord, Slac(k), (E)lement, (N)extcloud, (M)usic, (B)luetooth, (V)alent
|
||||||
mode "$mode_applications" {
|
mode "$mode_applications" {
|
||||||
bindsym d exec flatpak run com.discordapp.Discord
|
bindsym d exec flatpak run com.discordapp.Discord
|
||||||
bindsym k exec flatpak run com.slack.Slack
|
bindsym k exec flatpak run com.slack.Slack
|
||||||
bindsym s exec signal-desktop
|
bindsym e exec element-desktop --password-store=gnome-libsecret
|
||||||
bindsym t exec telegram-desktop
|
bindsym E exec element-desktop --password-store=gnome-libsecret --profile=JuliusFreudenberger
|
||||||
bindsym c exec cinny
|
|
||||||
bindsym n exec nextcloud
|
bindsym n exec nextcloud
|
||||||
bindsym m exec flatpak run com.spotify.Client
|
bindsym m exec flatpak run com.spotify.Client
|
||||||
bindsym b exec blueman
|
bindsym b exec blueman
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue