mirror of
https://github.com/The-Repo-Club/DotFiles.git
synced 2025-02-21 20:03:24 -05:00
Fixed i3 keybinds (added telegram)
This commit is contained in:
parent
28d231bb07
commit
455aa8fb39
Binary file not shown.
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user