1
0
Fork 0

Improve sway

This commit is contained in:
Malte Brandy 2019-12-01 23:41:36 +01:00
parent 0e7d034a1a
commit e9237b22e8
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
3 changed files with 4 additions and 4 deletions

View file

@ -118,7 +118,6 @@ in {
status_edge_padding 0 status_edge_padding 0
font monospace 9.5 font monospace 9.5
height 17 height 17
strip_workspace_numbers yes
position top position top
mode hide mode hide

View file

@ -26,8 +26,8 @@ in rec {
BACKGROUND_COLOR = colors.background; BACKGROUND_COLOR = colors.background;
}; };
keybindings = { keybindings = {
INCREMENT_FONT = "control+minus"; INCREMENT_FONT = "control+plus";
DECREMENT_FONT = "control+plus"; DECREMENT_FONT = "control+minus";
}; };
}; };
}; };

View file

@ -22,7 +22,8 @@
liberationsansnarrow liberation_ttf libertine mononoki montserrat liberationsansnarrow liberation_ttf libertine mononoki montserrat
nerdfonts norwester-font opensans-ttf powerline-fonts roboto sampradaya nerdfonts norwester-font opensans-ttf powerline-fonts roboto sampradaya
source-code-pro source-sans-pro source-serif-pro tai-ahom tempora_lgc source-code-pro source-sans-pro source-serif-pro tai-ahom tempora_lgc
terminus_font theano ubuntu_font_family hasklig; terminus_font theano ubuntu_font_family hasklig font-awesome
material-icons b612;
}; };
}; };