From 832b7e76180b373f7d47093376040045b8b92836 Mon Sep 17 00:00:00 2001 From: jc <46619361+juancwu@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:57:22 -0400 Subject: [PATCH] (i3) update --- i3/config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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