diff options
-rw-r--r-- | .config/browsers/home.html | 1 | ||||
-rw-r--r-- | .config/mostrc | 62 | ||||
-rw-r--r-- | .config/x11/xinitrc | 13 |
3 files changed, 8 insertions, 68 deletions
diff --git a/.config/browsers/home.html b/.config/browsers/home.html index cdf5eb3..e22554d 100644 --- a/.config/browsers/home.html +++ b/.config/browsers/home.html @@ -169,6 +169,7 @@ body { <div class="bookmark_links"> <a class="bookmark" href="https://perplexity.ai/">perp</a> <a class="bookmark" href="https://chatgpt.com/">gpt</a> + <a class="bookmark" href="https://crontab.guru/">cron</a> </div> </div> <div class="bookmark_set" id="fun"> diff --git a/.config/mostrc b/.config/mostrc deleted file mode 100644 index 7756630..0000000 --- a/.config/mostrc +++ /dev/null @@ -1,62 +0,0 @@ -% This is an example configuration file that provides a `less' emulation -% for MOST. -% -% The format is simple: -% setkey <function-name> <key-name> -% unsetkey <key-name> -% color <object-name> <fg> <bg> -% -% Here <key-name> must be enclosed in double quotes. '^' represents Ctrl. -% The function name is not in double quotes. -% -% -% When MOST starts up, it looks for a keymap file given by the environment -% variable MOST_INITFILE. If that environment variable does not exist, -% MOST will look in the users HOME directory for .mostrc on Unix systems -% and MOST.RC on VMS systems. -% -% The file `most.rc' contains a listing of the default MOST keybindings. - -% Color settings - -color normal default default -color status yellow black -color underline magenta default -color overstrike blue default - -% Keybindings - -unsetkey "^K" -setkey up "^K" - -unsetkey ":" -setkey next_file ":n" -setkey find_file ":e" -setkey next_file ":p" -setkey toggle_options ":o" -setkey toggle_case ":c" -setkey delete_file ":d" -setkey exit ":q" - -setkey down "e" -setkey down "E" -setkey down "j" -setkey down "^N" -setkey up "y" -setkey up "^Y" -setkey up "k" -setkey up "^P" -setkey column_left "h" -setkey column_right "l" -setkey page_down "f" -setkey page_down "^F" -setkey page_up "b" -setkey page_up "^B" -setkey other_window "z" -setkey other_window "w" -setkey search_backward "?" -setkey bob "gg" -setkey eob "G" -setkey goto_mark "'" -setkey find_file "E" -setkey edit "v" diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 45d985b..7f48d1a 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -37,12 +37,6 @@ dunst_shit() { startif dunst sleep 2 startif lowbat - for pid in $(ps aux | grep local/bin/kb | awk '{print $2}'); do - kill -9 $pid - done - [ $host = "po-rbo" ] && feh --no-fehbg --image-bg '#1d2021' \ - --no-xinerama --bg-fill "$HOME"/pics/wp.jpg - "$HOME"/.local/bin/kb & } start_apps() { @@ -65,6 +59,12 @@ dunst_shit xset s off xset -dpms [ $host = "mother" ] && hc 85 30 0 +for pid in $(ps aux | grep local/bin/kb | awk '{print $2}'); do + kill -9 $pid +done +"$HOME"/.local/bin/kb & +[ $host = "po-rbo" ] && feh --no-fehbg --image-bg '#1d2021' --no-xinerama \ + --bg-fill "$HOME"/pics/wp.jpg && herbe ' wp set' & pkill wireplumber pkill pipewire-pulse pkill pipewire @@ -79,6 +79,7 @@ startif picom cd "$HOME" xrdb "$HOME"/.config/x11/xresources start_apps & +startif fetch_sfeed herbe "$icon welcome back, partner!" & [ $host = "po-rbo" ] && exec dbus-run-session dwm |