diff --git a/Xresources b/Xresources index c161a0a..438469e 100644 --- a/Xresources +++ b/Xresources @@ -15,7 +15,7 @@ URxvt.shading: 20 URxvt.iso14755: false URxvt.iso14755_52: false -#if defined(SRVR_falcon) || defined(SRVR_warthog) || defined(SRVR_cipbuero4) +#if defined(SRVR_beryllium) || defined(SRVR_cipbuero4) Xft.dpi: 192 #endif diff --git a/config/barpyrus/config.py b/config/barpyrus/config.py index 24dd93c..c2b6735 100644 --- a/config/barpyrus/config.py +++ b/config/barpyrus/config.py @@ -16,8 +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('beryllium') HiDPIHosts.add('cipbuero4') HiDPI = os.uname().nodename in HiDPIHosts diff --git a/config/herbstluftwm/autostart b/config/herbstluftwm/autostart index 73a1aca..50327af 100755 --- a/config/herbstluftwm/autostart +++ b/config/herbstluftwm/autostart @@ -72,7 +72,7 @@ case "$HOSTNAME" in ;; esac -if [ "$HOSTNAME" = warthog ] || [ "$HOSTNAME" = falcon ]; then +if [ "$HOSTNAME" = beryllium ]; 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 diff --git a/config/herbstluftwm/panel.sh_backup b/config/herbstluftwm/panel.sh_backup index ff9adf5..eadf2d9 100755 --- a/config/herbstluftwm/panel.sh_backup +++ b/config/herbstluftwm/panel.sh_backup @@ -11,7 +11,7 @@ fi x=${geometry[0]} y=${geometry[1]} panel_width=${geometry[2]} -if [ "$HOSTNAME" = warthog ]; then +if [ "$HOSTNAME" = beryllium ]; then panel_height=30 font="-*-fixed-medium-*-*-*-26-*-*-*-*-*-*-*" iconpath=${HOME}/.config/herbstluftwm/icons_large @@ -90,7 +90,7 @@ function cpu() { # BATTERY function battery() { - if [ "$HOSTNAME" != warthog ]; then + if [ "$HOSTNAME" != beryllium ]; then return fi