Add more programs to quickstart bar
This commit is contained in:
parent
c6577fa217
commit
e1b1f4ed47
1 changed files with 4 additions and 1 deletions
|
@ -84,14 +84,17 @@ 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, (S)ignal, (T)elegram, (N)extcloud, (M)usic, (B)luetooth
|
set $mode_applications (D)iscord, Slac(k), (S)ignal, (T)elegram, (C)inny, (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 s exec signal-desktop
|
bindsym s exec signal-desktop
|
||||||
bindsym t exec telegram-desktop
|
bindsym t exec telegram-desktop
|
||||||
|
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
|
||||||
|
bindsym v exec valent
|
||||||
|
|
||||||
# exit mode: "Enter" or "Escape"
|
# exit mode: "Enter" or "Escape"
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
|
|
Loading…
Reference in a new issue