diff --git a/i3/config b/i3/config index 834fd9b..3754e81 100644 --- a/i3/config +++ b/i3/config @@ -13,7 +13,7 @@ set $mod Mod4 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. -font pango:FiraCode Nerd Font Mono 16 +font pango:FiraCode Nerd Font Mono 12 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). @@ -65,6 +65,10 @@ assign [class="firefox"] 2 # start a terminal bindsym $mod+T exec alacritty +# start discord on workspace 3 +bindsym $mod+C exec discord +assign [class="discord"] 3 + # kill focused window bindsym $mod+q kill