summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-11-28 12:41:20 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-11-28 12:42:07 +0100
commite54b20c8573acc63ba0aeecb8d5b8bd0950c0832 (patch)
tree18e9877a241c7a87c14a16b5d357c28633c8ab5c
parentf5fae50ce93fddb71f0b792aa689b9848b1eac08 (diff)
downloaddotfiles-e54b20c8573acc63ba0aeecb8d5b8bd0950c0832.tar.gz
dotfiles-e54b20c8573acc63ba0aeecb8d5b8bd0950c0832.tar.bz2
dotfiles-e54b20c8573acc63ba0aeecb8d5b8bd0950c0832.zip
[i3] telegram config
-rw-r--r--.i3/config6
1 files changed, 6 insertions, 0 deletions
diff --git a/.i3/config b/.i3/config
index 13ebd1c..2f24df0 100644
--- a/.i3/config
+++ b/.i3/config
@@ -210,6 +210,7 @@ bindsym $mod+Ctrl+Shift+p exec passmenu --type --both -b -fn $dmenu_font
# Misc (minus shift are the focus options)
bindsym $mod+Shift+b exec firefox
bindsym $mod+Shift+m exec thunderbird
+bindsym $mod+Shift+c exec telegram-desktop
# playerctl «3
bindsym $mod+Ctrl+c exec $nsi playerctl play-pause
@@ -246,6 +247,11 @@ workspace "0: ff" output primary
assign [class="Steam"] → steam
workspace "steam" output primary
+# Telegram
+assign [class="Telegram"] → telegram
+bindsym $mod+c [class="Telegram"] focus
+workspace "telegram" output primary
+
# Autostart «1
################################################