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_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

14
.kshrc
View File

@ -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