Fixed i3 keybinds (added telegram)

This commit is contained in:
TheCynicalLiger 2021-01-23 13:56:54 +00:00
parent 28d231bb07
commit 455aa8fb39
No known key found for this signature in database
GPG Key ID: E30EC2FBFB05C44F
2 changed files with 9 additions and 3 deletions

Binary file not shown.

View File

@ -19,6 +19,7 @@ set $MailReader thunderbird
set $TextEditor emacs set $TextEditor emacs
set $Hypervisor virt-manager set $Hypervisor virt-manager
set $GitBrowser guitar set $GitBrowser guitar
set $TextMessage telegram-desktop
##################################################################################################################### #####################################################################################################################
##################################################################################################################### #####################################################################################################################
@ -579,7 +580,7 @@ assign [class="(?i)Mail|Thunderbird"]
assign [class="(?i)Minecraft*|Steam*"] → $ws8 assign [class="(?i)Minecraft*|Steam*"] → $ws8
# Workspace $ws9 Chat # Workspace $ws9 Chat
assign [class="(?i)Discord|Element"] → $ws9 assign [class="(?i)Telegram|Element"] → $ws9
# Workspace $ws0 Settings # Workspace $ws0 Settings
assign [class="(?i)Pamac-Manager|BpyTop"] → $ws0 assign [class="(?i)Pamac-Manager|BpyTop"] → $ws0
@ -657,7 +658,7 @@ $super_b+o \
## Category: Applications; ## Category: Applications;
# Description: Launch $WebBrowser; # Description: Launch $WebBrowser;
$super_b+$control+b \ $super_b+$control+f \
$exe $WebBrowser;focus $exe $WebBrowser;focus
#workspace 2 related #workspace 2 related
@ -702,7 +703,7 @@ $super_b+$control+v \
## Category: Applications; ## Category: Applications;
# Description: Launch $MailReader; # Description: Launch $MailReader;
$super_b+$control+t \ $super_b+$control+b \
$exe $MailReader;focus $exe $MailReader;focus
#workspace 8 related #workspace 8 related
@ -719,6 +720,11 @@ $super_b+$control+m \
#workspace 9 related #workspace 9 related
## Category: Applications;
# Description: Launch $TextMessage;
$super_b+$control+t \
$exe $TextMessage;focus
## Category: Applications; ## Category: Applications;
# Description: Launch Element; # Description: Launch Element;
$super_b+$control+e \ $super_b+$control+e \