Update 2023-04-09 09:28 OpenBSD/amd64

This commit is contained in:
c0dev0id 2023-04-09 09:28:48 +02:00
parent 6dbb2076f6
commit bd4ac45401
2 changed files with 11 additions and 7 deletions

View File

@ -3,8 +3,8 @@ border_width = 2
color_focus = rgb:99/99/99 color_focus = rgb:99/99/99
color_focus_maximized = rgb:28/28/28 color_focus_maximized = rgb:28/28/28
color_unfocus = rgb:47/47/47 color_unfocus = rgb:47/47/47
region_padding = 4 region_padding = 20
tile_gap = 6 tile_gap = 24
# Bar Settings # Bar Settings
bar_border_width = 4 bar_border_width = 4

14
.kshrc
View File

@ -125,6 +125,9 @@ alias muttrc="vim ~/.mutt/rc-common"
alias vimrc="vim ~/.vimrc" alias vimrc="vim ~/.vimrc"
alias exrc="vim ~/.exrc" alias exrc="vim ~/.exrc"
alias ebay="chrome https://www.ebay-kleinanzeigen.de/m-nachrichten.html &"
alias remake="make clean=all; make"
# remind # remind
alias rem="clear; remind -c+cu4 -wt ~/.reminders" alias rem="clear; remind -c+cu4 -wt ~/.reminders"
alias remy="clear; remind -cu12 -wt ~/.reminders | less" alias remy="clear; remind -cu12 -wt ~/.reminders | less"
@ -550,7 +553,7 @@ xrandr_set() {
set -x set -x
for scr in $(xr_secondary) for scr in $(xr_secondary)
do do
xrandr --output $scr --$1 $(xr_primary) --auto xrandr --output $scr --$1 $(xr_primary) --$2 $3
done done
for scr in $(xr_off) for scr in $(xr_off)
do do
@ -569,16 +572,16 @@ xrandr_only_primary() {
done done
} }
xrandr_mirror() { xrandr_mirror() {
xrandr_set same-as --mode 1920x1080 xrandr_set same-as mode 1920x1080
} }
xrandr_extend_above() { xrandr_extend_above() {
xrandr_set above xrandr_set above auto
} }
xrandr_extend_right() { xrandr_extend_right() {
xrandr_set right-of xrandr_set right-of auto
} }
xrandr_extend_left() { xrandr_extend_left() {
xrandr_set left-of xrandr_set left-of auto
} }
xrandr_native() { xrandr_native() {
xrandr --output $(xr_primary) --auto xrandr --output $(xr_primary) --auto
@ -593,6 +596,7 @@ xrandr_4k() {
xrandr --output $(xr_primary) --mode 3840x2160 xrandr --output $(xr_primary) --mode 3840x2160
} }
alias xrandr_portrait="xrandr --output DP-1 --rotate left" 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 # GNUPG AGENT