Few small updates to #fishshell and #emacs
This commit is contained in:
@ -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
|
||||
|
||||
5
fish/.config/fish/functions/ffdown.fish
Normal file
5
fish/.config/fish/functions/ffdown.fish
Normal file
@ -0,0 +1,5 @@
|
||||
function ffdown
|
||||
pushd ~/src/ff/fifteen5
|
||||
docker-compose down -d
|
||||
popd
|
||||
end
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user