Modify fish
This commit is contained in:
parent
168bc3b95a
commit
db4e0ce345
4 changed files with 19 additions and 0 deletions
|
@ -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"
|
||||
|
|
3
.config/fish/functions/feh-default.fish
Normal file
3
.config/fish/functions/feh-default.fish
Normal 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
|
5
.config/fish/functions/xrandr-hyperv-1600-900.fish
Normal file
5
.config/fish/functions/xrandr-hyperv-1600-900.fish
Normal 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
9
org/projects.org
Normal 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
|
Loading…
Reference in a new issue