浏览代码

Few small updates to #fishshell and #emacs

Colin Powell 5 年之前
父节点
当前提交
7e2f3347f4
共有 3 个文件被更改,包括 7 次插入1 次删除
  1. 1 0
      emacs/.config/doom/config.el
  2. 5 0
      fish/.config/fish/functions/ffdown.fish
  3. 1 1
      screenlayout/.screenlayout/titan-two.sh

+ 1 - 0
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

+ 5 - 0
fish/.config/fish/functions/ffdown.fish

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

+ 1 - 1
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