update fonts and sway launcher

This commit is contained in:
mokou 2022-03-12 16:15:29 +01:00
parent 7792799ee8
commit caeb25f041
2 changed files with 8 additions and 5 deletions

View file

@ -1,6 +1,6 @@
font_family Fantasque Sans Mono
bold_font Fantasque Sans Mono Bold
italic_font Fantasque Sans Mono Italic
font_family Jetbrains Mono Medium
bold_font Jetbrains Mono Bold
italic_font Jetbrains Mono Italic
font_size 13.0
enable_audio_bell no

View file

@ -2,6 +2,9 @@
## VARIABLES
############
# UI Font
set $uifont "JetBrains Mono Regular"
# Modifier key, here we use the Meta/Windows key
set $mod Mod4
@ -12,10 +15,10 @@ set $up k
set $right l
# Your preferred terminal editor
set $term alacritty
set $term kitty
# Your preferred app launcher
set $menu rofi -show drun
set $menu bemenu-run --fn $uifont -i -b -p "~>" | xargs swaymsg exec
#############
## APPEARANCE