From 5bab0d74a036d0ed50e6d76c1ca4adf01a8e86d4 Mon Sep 17 00:00:00 2001 From: Sergey Besedin Date: Wed, 22 May 2019 21:28:54 +0400 Subject: [PATCH] Store settings for my tablet --- .Xresources | 2 +- i3/config | 4 ++-- i3status-rs/config.toml | 2 +- qutebrowser/config.py | 24 ++++++++++++------------ 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.Xresources b/.Xresources index 73e7378..dbad817 100644 --- a/.Xresources +++ b/.Xresources @@ -26,7 +26,7 @@ URxvt.keysym.M-u: perl:url-select:select_next ! links color !URxvt.colorUL: #4682B4 -Xft*dpi: 96 +Xft*dpi: 120 Xft*antialias: true Xft.hinting: true Xft.hintstyle: hintslight diff --git a/i3/config b/i3/config index 5cd0035..88cc072 100644 --- a/i3/config +++ b/i3/config @@ -50,7 +50,7 @@ client.unfocused #333333 #222222 #bdae93 #292d2e #222222 client.urgent #2f343a #900000 #fbf1c7 #900000 #900000 client.placeholder #000000 #0c0c0c #fbf1c7 #000000 #0c0c0c -client.background #ffffff +client.background #000000 # start a terminal bindsym $mod+Shift+t exec terminal @@ -189,7 +189,7 @@ bindsym $mod+space scratchpad show # finds out, if available) bar { status_command i3status-rs ~/.config/i3status-rs/config.toml - font pango:Iosevka Term, FontAwesome Bold 12px + font pango:Iosevka Term, FontAwesome Bold 14px colors { background #000000 statusline #d5c4a1 diff --git a/i3status-rs/config.toml b/i3status-rs/config.toml index 0f0fc5d..1eeed1a 100644 --- a/i3status-rs/config.toml +++ b/i3status-rs/config.toml @@ -30,7 +30,7 @@ driver = "alsa" [[block]] block = "net" -device = "wlan0" +device = "wlp1s0" ssid = true ip = true speed_down = false diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 60a4a0c..bbf5528 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -384,51 +384,51 @@ c.fonts.monospace = '"Iosevka Term", Terminus, Monospace, "DejaVu Sans Mono", Mo # Font used in the completion widget. # Type: Font -c.fonts.completion.entry = '7pt bold monospace' +c.fonts.completion.entry = '12pt bold monospace' # Font used in the completion categories. # Type: Font -c.fonts.completion.category = 'bold 7pt monospace' +c.fonts.completion.category = 'bold 12pt monospace' # Font used for the debugging console. # Type: QtFont -c.fonts.debug_console = '7pt bold monospace' +c.fonts.debug_console = '12pt bold monospace' # Font used for the downloadbar. # Type: Font -c.fonts.downloads = '7pt bold monospace' +c.fonts.downloads = '12pt bold monospace' # Font used for the hints. # Type: Font -c.fonts.hints = '7pt bold monospace' +c.fonts.hints = '12pt bold monospace' # Font used in the keyhint widget. # Type: Font -c.fonts.keyhint = '7pt bold monospace' +c.fonts.keyhint = '12pt bold monospace' # Font used for error messages. # Type: Font -c.fonts.messages.error = '7pt bold monospace' +c.fonts.messages.error = '12pt bold monospace' # Font used for info messages. # Type: Font -c.fonts.messages.info = '7pt bold monospace' +c.fonts.messages.info = '12pt bold monospace' # Font used for warning messages. # Type: Font -c.fonts.messages.warning = '7pt bold monospace' +c.fonts.messages.warning = '12pt bold monospace' # Font used for prompts. # Type: Font -c.fonts.prompts = '10pt sans-serif' +c.fonts.prompts = '16pt sans-serif' # Font used in the statusbar. # Type: Font -c.fonts.statusbar = '7pt bold monospace' +c.fonts.statusbar = '12pt bold monospace' # Font used in the tab bar. # Type: QtFont -c.fonts.tabs = '7pt bold monospace' +c.fonts.tabs = '12pt bold monospace' # Font family for cursive fonts. # Type: FontFamily