Update 2023-01-10 08:20 OpenBSD/amd64

This commit is contained in:
c0dev0id 2023-01-10 08:20:01 +01:00
parent 19bf31dc8e
commit 8b415874eb
8 changed files with 30 additions and 16 deletions

View File

@ -5,9 +5,10 @@
# FONTS # FONTS
# #
DFONT="FuraCodeNerdFont-13" # Font for dmenu DFONT="FuraCodeNerdFont-13" # Font for dmenu
SFONT="FuraCodeNerdFont-11" # productive #SFONT="FuraCodeNerdFont-11" # productive
BFONT="FuraCodeNerdFont-20" # couch distance SFONT="-uw-ttyp0-medium-r-normal--18-170-75-75-c-90-iso8859-1"
HFONT="FuraCodeNerdFont-21" # presentation BFONT="FuraCodeNerdFont-15" # couch distance
HFONT="FuraCodeNerdFont-19" # presentation
# #
# TERMINALS # TERMINALS

10
.bin/sp
View File

@ -8,19 +8,17 @@ WID=$(wmctrl -x -l scratchpad | fgrep '.scratchpad' | cut -d" " -f1)
if [ -z "$WID" ] if [ -z "$WID" ]
then then
st -c scratchpad -g 128x38+250+150 & sterm -c scratchpad -g 156x42+240+140 &
else else
# check if window is iconfified or on another WS (or both) # check if window is iconfified or on another WS (or both)
if xwininfo -id $WID | fgrep -q IsUnMapped if xwininfo -id $WID | fgrep -q IsUnMapped
then then
# get current workspace ID # move window to current workspace
CWID=$(wmctrl -d | awk '{ if ($2 == "*") print $1 }') wmctrl -i -r $WID -t $(xprop -root _NET_CURRENT_DESKTOP | cut -d'=' -f2)
# remove hidden flag # remove hidden flag
wmctrl -i -r $WID -b remove,hidden wmctrl -i -r $WID -b remove,hidden
# move window to current workspace
wmctrl -i -r $WID -t $CWID
# activate (give focus) # activate (give focus)
wmctrl -i -R $WID wmctrl -i -a $WID
else else
# window is visible => hide # window is visible => hide
wmctrl -i -r $WID -b add,hidden wmctrl -i -r $WID -b add,hidden

View File

@ -60,7 +60,7 @@ local settings_chrome = require "settings_chrome"
settings.window.home_page = "luakit://newtab" settings.window.home_page = "luakit://newtab"
settings.window.scroll_step = 20 settings.window.scroll_step = 20
settings.window.zoom_step = 0.2 settings.window.zoom_step = 0.2
settings.webview.zoom_level = 150 settings.webview.zoom_level = 100
settings.window.close_with_last_tab = true settings.window.close_with_last_tab = true
-- search engines -- search engines

View File

@ -5,7 +5,7 @@
local theme = {} local theme = {}
-- Default settings -- Default settings
theme.font = "22px Terminus" theme.font = "16px Terminus"
theme.fg = "#D8D8D8" theme.fg = "#D8D8D8"
theme.bg = "#181818" theme.bg = "#181818"

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 = 8 region_padding = 4
tile_gap = 12 tile_gap = 6
# Bar Settings # Bar Settings
bar_border_width = 4 bar_border_width = 4
@ -32,8 +32,7 @@ stack_mark_max = ''
# Custom Quirks # Custom Quirks
quirk[IPMIView20-IPMIView20:IPMIView20-IPMIView20] = FLOAT + ANYWHERE quirk[IPMIView20-IPMIView20:IPMIView20-IPMIView20] = FLOAT + ANYWHERE
quirk[scratchpad] = FLOAT + ANYWHERE + OBEYAPPFOCUSREQ quirk[scratchpad] = FLOAT + ANYWHERE + FOCUSPREV
quirk[scratchpad:tabbed] = FLOAT + ANYWHERE
quirk[Nsxiv:tabbed] = NOFOCUSONMAP + FOCUSPREV quirk[Nsxiv:tabbed] = NOFOCUSONMAP + FOCUSPREV
# Window Manager Keys # Window Manager Keys

2
.kshrc
View File

@ -151,7 +151,7 @@ alias rem-edit="cd ~/.reminders && ./edit.sh"
alias rem-week="remind -c+cl1 ~/.reminders" alias rem-week="remind -c+cl1 ~/.reminders"
alias rem-all="remind -s -n1 ~/.reminders | sort" alias rem-all="remind -s -n1 ~/.reminders | sort"
alias rem="remind -s+2 ~/.reminders | cut -d' ' -f1 -f6- | sort" alias rem="remind -s+2 -ga ~/.reminders | cut -d' ' -f1 -f6- | cut -d'|' -f1"
alias rem-edit-birthdays="vim ~/.reminders/birthdays.rem" alias rem-edit-birthdays="vim ~/.reminders/birthdays.rem"
alias rem-edit-personal="vim ~/.reminders/personal.rem" alias rem-edit-personal="vim ~/.reminders/personal.rem"

View File

@ -0,0 +1,3 @@
--
Best regards,
Stefan Hagen

View File

@ -1,2 +1,15 @@
BANNER %
INCLUDE /home/sdk/.reminders/personal/ INCLUDE /home/sdk/.reminders/personal/
INCLUDE /home/sdk/.reminders/uugrn/ INCLUDE /home/sdk/.reminders/uugrn/
REM 9 Jan 2023 ++1 MSG Not so important
REM 10 Jan 2023 ++7 MSG Way in the future
REM 11 Jan 2023 MSG Important Reminder
REM 12 Jan 2023 ++1 MSG Not so important - B
FSET sortbanner(x) iif(x == today(), \
"***** THINGS TO DO TODAY *****", \
"----- Things to do %b -----")