From 21237ae0d90079f5b4a4d7991f23315399337a85 Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Tue, 11 Jun 2019 20:35:53 +0200 Subject: [PATCH] add new HiDPI-host --- Xresources | 2 +- config/barpyrus/config.py | 1 + config/herbstluftwm/autostart | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Xresources b/Xresources index 500fa1c..4dbf02d 100644 --- a/Xresources +++ b/Xresources @@ -12,7 +12,7 @@ URxvt*print-pipe: "true" URxvt.transparent: true URxvt.shading: 20 -#if defined(SRVR_warthog) || defined(SRVR_faui03f) +#if defined(SRVR_falcon) || defined(SRVR_warthog) || defined(SRVR_faui03f) Xft.dpi: 192 #endif diff --git a/config/barpyrus/config.py b/config/barpyrus/config.py index d35c9d7..7067302 100644 --- a/config/barpyrus/config.py +++ b/config/barpyrus/config.py @@ -16,6 +16,7 @@ monitor = sys.argv[1] if len(sys.argv) >= 2 else 0 (x, y, monitor_w, monitor_h) = hc.monitor_rect(monitor) HiDPIHosts = set() +HiDPIHosts.add('falcon') HiDPIHosts.add('warthog') HiDPIHosts.add('faui03f') diff --git a/config/herbstluftwm/autostart b/config/herbstluftwm/autostart index 1713173..3babe2b 100755 --- a/config/herbstluftwm/autostart +++ b/config/herbstluftwm/autostart @@ -73,7 +73,7 @@ case "$HOSTNAME" in ;; esac -if [ "$HOSTNAME" = warthog ]; then +if [ "$HOSTNAME" = warthog ] || [ "$HOSTNAME" = falcon ]; then hc keybind $Mod-d spawn /usr/bin/dmenu_run_hlwm -fn "Monospace-9" hc keybind XF86MonBrightnessDown spawn xbacklight -4 hc keybind XF86MonBrightnessUp spawn xbacklight +4