Browse Source

Change default font and fix mako notifications

master
Arti Zirk 6 years ago
parent
commit
c0f0887122
  1. 5
      .config/sway/config

5
.config/sway/config

@ -32,7 +32,7 @@ output * bg ~/Pildid/background.png tile
# You can get the names of your outputs by running: swaymsg -t get_outputs # You can get the names of your outputs by running: swaymsg -t get_outputs
# Notification daemon # Notification daemon
exec mako --default-timeout 10 --ignore-timeout exec mako --default-timeout 10
### Idle configuration ### Idle configuration
# #
@ -65,6 +65,9 @@ bindsym Scroll_Lock exec swaylock -c 333333AA -s tile -i ~/Pildid/background.png
# You can get the names of your inputs by running: swaymsg -t get_inputs # You can get the names of your inputs by running: swaymsg -t get_inputs
# Read `man 5 sway-input` for more information about this section. # Read `man 5 sway-input` for more information about this section.
font pango:DejaVu Sans Mono 10, xos4 Terminus Regular 12
### Key bindings ### Key bindings
# #
# Basics: # Basics:

Loading…
Cancel
Save