diff --git a/emacs/.config/doom/config.el b/emacs/.config/doom/config.el index c9d7f71..f42ba15 100644 --- a/emacs/.config/doom/config.el +++ b/emacs/.config/doom/config.el @@ -68,6 +68,7 @@ :desc "Switch themes" "t" #'load-theme) (:prefix "o" :desc "Elfeed feed reader" "f" #'elfeed + :desc "Hckrnews" "h" #'hackernews :desc "Lobste.rs" "l" #'ivy-lobsters) (:prefix "b" :desc "Black format buffer" "f" #'blacken-buffer diff --git a/fish/.config/fish/functions/ffdown.fish b/fish/.config/fish/functions/ffdown.fish new file mode 100644 index 0000000..c61777b --- /dev/null +++ b/fish/.config/fish/functions/ffdown.fish @@ -0,0 +1,5 @@ +function ffdown + pushd ~/src/ff/fifteen5 + docker-compose down -d + popd +end diff --git a/screenlayout/.screenlayout/titan-two.sh b/screenlayout/.screenlayout/titan-two.sh index 0ae98bb..af90c82 100755 --- a/screenlayout/.screenlayout/titan-two.sh +++ b/screenlayout/.screenlayout/titan-two.sh @@ -1,4 +1,4 @@ #!/bin/sh export DISPLAY=:0 -xrandr --output HDMI-2 --off --output HDMI-1 --mode 1920x1080 --pos 1920x0 --rotate left --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x360 --rotate normal --output DP-2 --off +xrandr --output HDMI-2 --off --output HDMI-1 --off --output DP-1 --off --output eDP-1 --primary --mode 1920x1080 --pos 0x600 --rotate normal --output DP-2 --mode 1680x1050 --pos 1920x0 --rotate left ~/.screenlayout/keyboard-and-bg.sh