Few small updates to #fishshell and #emacs

This commit is contained in:
Colin Powell
2019-12-02 14:33:35 -05:00
parent 8bd0839aad
commit 7e2f3347f4
3 changed files with 7 additions and 1 deletions

View File

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

View File

@ -0,0 +1,5 @@
function ffdown
pushd ~/src/ff/fifteen5
docker-compose down -d
popd
end

View File

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