From bd4ac4540193446d653ce5633d781fc6d78a941d Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Sun, 9 Apr 2023 09:28:48 +0200 Subject: [PATCH] Update 2023-04-09 09:28 OpenBSD/amd64 --- .config/spectrwm/spectrwm.conf | 4 ++-- .kshrc | 14 +++++++++----- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.config/spectrwm/spectrwm.conf b/.config/spectrwm/spectrwm.conf index f464fd9..9f78890 100644 --- a/.config/spectrwm/spectrwm.conf +++ b/.config/spectrwm/spectrwm.conf @@ -3,8 +3,8 @@ border_width = 2 color_focus = rgb:99/99/99 color_focus_maximized = rgb:28/28/28 color_unfocus = rgb:47/47/47 -region_padding = 4 -tile_gap = 6 +region_padding = 20 +tile_gap = 24 # Bar Settings bar_border_width = 4 diff --git a/.kshrc b/.kshrc index e90488a..20214fe 100644 --- a/.kshrc +++ b/.kshrc @@ -125,6 +125,9 @@ alias muttrc="vim ~/.mutt/rc-common" alias vimrc="vim ~/.vimrc" alias exrc="vim ~/.exrc" +alias ebay="chrome https://www.ebay-kleinanzeigen.de/m-nachrichten.html &" +alias remake="make clean=all; make" + # remind alias rem="clear; remind -c+cu4 -wt ~/.reminders" alias remy="clear; remind -cu12 -wt ~/.reminders | less" @@ -550,7 +553,7 @@ xrandr_set() { set -x for scr in $(xr_secondary) do - xrandr --output $scr --$1 $(xr_primary) --auto + xrandr --output $scr --$1 $(xr_primary) --$2 $3 done for scr in $(xr_off) do @@ -569,16 +572,16 @@ xrandr_only_primary() { done } xrandr_mirror() { - xrandr_set same-as --mode 1920x1080 + xrandr_set same-as mode 1920x1080 } xrandr_extend_above() { - xrandr_set above + xrandr_set above auto } xrandr_extend_right() { - xrandr_set right-of + xrandr_set right-of auto } xrandr_extend_left() { - xrandr_set left-of + xrandr_set left-of auto } xrandr_native() { xrandr --output $(xr_primary) --auto @@ -593,6 +596,7 @@ xrandr_4k() { xrandr --output $(xr_primary) --mode 3840x2160 } alias xrandr_portrait="xrandr --output DP-1 --rotate left" +alias xrandr_mirror_hdmi="xrandr --output HDMI-A-0 --same-as eDP --mode 1920x1080" ######################################################################## # GNUPG AGENT