(i3) update
This commit is contained in:
parent
9b1886f316
commit
832b7e7618
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue