diff --git a/.config/fish/conf.d/env.fish b/.config/fish/conf.d/env.fish index ee88de2..fdb8d83 100644 --- a/.config/fish/conf.d/env.fish +++ b/.config/fish/conf.d/env.fish @@ -1,3 +1,5 @@ +set -x PATH "$HOME/.emacs.d/bin" $PATH + set -gx LANG "en_US.UTF-8" set -gx ALTERNATE_EDITOR "" set -gx EDITOR "emacsclient -ut" diff --git a/.config/fish/functions/feh-default.fish b/.config/fish/functions/feh-default.fish new file mode 100644 index 0000000..6efab99 --- /dev/null +++ b/.config/fish/functions/feh-default.fish @@ -0,0 +1,3 @@ +function feh-default --wraps='feh --bg-fill' --description 'Run feh with the default background image' + feh --bg-fill "$HOME/Wallpapers/arch_dracula.png" +end diff --git a/.config/fish/functions/xrandr-hyperv-1600-900.fish b/.config/fish/functions/xrandr-hyperv-1600-900.fish new file mode 100644 index 0000000..714d65f --- /dev/null +++ b/.config/fish/functions/xrandr-hyperv-1600-900.fish @@ -0,0 +1,5 @@ +function xrandr-hyperv-1600-900 --description 'Resize to 1600x900 window' + xrandr --output Virtual-1 --primary --mode 1600x900 --pos 0x0 --rotate normal + feh-default + polybar-launch +end diff --git a/org/projects.org b/org/projects.org new file mode 100644 index 0000000..84f879b --- /dev/null +++ b/org/projects.org @@ -0,0 +1,9 @@ +#+title: Projects + +* motis +** Tasks +*** TODO Add const_graph enable option + + [[file:~/Projects/motis/modules/raptor/src/raptor.cc::raptor::raptor() : module("RAPTOR Options", "raptor") {]] +** Notes +*** [2022-10-17 Mon 16:39] Use ~/raptor_cpu~ and ~/raptor_gpu~ targets always