Modify fish

This commit is contained in:
David Holland 2022-12-06 11:14:02 +01:00
parent 168bc3b95a
commit db4e0ce345
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
4 changed files with 19 additions and 0 deletions

View File

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

View File

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

View File

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

9
org/projects.org Normal file
View File

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