diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-10-04 22:09:07 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-10-04 22:09:07 -0400 |
| commit | de9157c9820358c4a527678a4dd1e98146217668 (patch) | |
| tree | e5eeb01e6fb613de76fca3211eb7c679cb87620f | |
| parent | e7a1703b6413ce8019cec3d2bdc42b060ce56240 (diff) | |
| download | eibhear-de9157c9820358c4a527678a4dd1e98146217668.tar.gz eibhear-de9157c9820358c4a527678a4dd1e98146217668.tar.zst eibhear-de9157c9820358c4a527678a4dd1e98146217668.zip | |
i3config tweaks
| -rw-r--r-- | .config/i3/config | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.config/i3/config b/.config/i3/config index b8fdcf1..072d748 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -32,11 +32,9 @@ set $hibernate sudo -A systemctl suspend # #---Starting External Scripts---# # # Setting the background and colorscheme: -exec_always --no-startup-id wal -i ~/.config/wall.png +exec --no-startup-id wal -i ~/.config/wall.png >/dev/null # Starts dunst for notifications: exec --no-startup-id dunst -# Torrent daemon: -#exec --no-startup-id transmission-daemon # Composite manager: exec --no-startup-id compton # Runs the key remapping scripts @@ -79,7 +77,7 @@ client.urgent $darkred $darkred $black $darkred $darkred client.background $black bar { - font pango:mono 11 + font pango:mono 10 colors { background $darkblack statusline $darkwhite |
