update fonts and sway launcher
This commit is contained in:
parent
7792799ee8
commit
caeb25f041
2 changed files with 8 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
font_family Fantasque Sans Mono
|
font_family Jetbrains Mono Medium
|
||||||
bold_font Fantasque Sans Mono Bold
|
bold_font Jetbrains Mono Bold
|
||||||
italic_font Fantasque Sans Mono Italic
|
italic_font Jetbrains Mono Italic
|
||||||
font_size 13.0
|
font_size 13.0
|
||||||
|
|
||||||
enable_audio_bell no
|
enable_audio_bell no
|
||||||
|
|
|
@ -2,6 +2,9 @@
|
||||||
## VARIABLES
|
## VARIABLES
|
||||||
############
|
############
|
||||||
|
|
||||||
|
# UI Font
|
||||||
|
set $uifont "JetBrains Mono Regular"
|
||||||
|
|
||||||
# Modifier key, here we use the Meta/Windows key
|
# Modifier key, here we use the Meta/Windows key
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
|
|
||||||
|
@ -12,10 +15,10 @@ set $up k
|
||||||
set $right l
|
set $right l
|
||||||
|
|
||||||
# Your preferred terminal editor
|
# Your preferred terminal editor
|
||||||
set $term alacritty
|
set $term kitty
|
||||||
|
|
||||||
# Your preferred app launcher
|
# Your preferred app launcher
|
||||||
set $menu rofi -show drun
|
set $menu bemenu-run --fn $uifont -i -b -p "~>" | xargs swaymsg exec
|
||||||
|
|
||||||
#############
|
#############
|
||||||
## APPEARANCE
|
## APPEARANCE
|
||||||
|
|
Loading…
Add table
Reference in a new issue