diff --git a/aerc/binds.conf b/aerc/binds.conf index 7c1bf1d..10999a7 100644 --- a/aerc/binds.conf +++ b/aerc/binds.conf @@ -25,7 +25,7 @@ c = :cf C = :compose D = :delete-message dd = :mv Trash -f = :forward +f = :forward -A G = :select -1 gg = :select 0 gi = :cf INBOX @@ -72,7 +72,7 @@ A = :unmark -a:mark -T:archive flat aa = :archive flat D = :delete-message dd = :mv Trash -f = :forward +f = :forward -A H = :toggle-headers J = :next K = :prev diff --git a/imv/config b/imv/config new file mode 100644 index 0000000..da521c2 --- /dev/null +++ b/imv/config @@ -0,0 +1,22 @@ +# General Options. +[options] +background = 2d2d2d +overlay_font = Iosevka:18 +overlay_background_color = 282828 + +# Keybindings. +[binds] +h = prev 1 +j = zoom 5 +k = zoom -5 +l = next 1 + + = pan -100 0 + = pan 0 100 + = pan 0 -100 + = pan 100 0 + + = rotate by -90 + = flip vertical + = flip horizontal + = rotate by 90 diff --git a/nvim/init.lua b/nvim/init.lua index 1b0f1b3..2b8971e 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -138,10 +138,6 @@ map("n", "", "resize -2", { desc = "Decrease Window Height" }) map("n", "", "vertical resize -2", { desc = "Decrease Window Width" }) map("n", "", "vertical resize +2", { desc = "Increase Window Width" }) --- Move Lines -map("v", "J", ":m '>+1gv=gv", { desc = "Move Down" }) -map("v", "K", ":m '<-2gv=gv", { desc = "Move Up" }) - -- https://github.com/mhinz/vim-galore#tips-1 -- smarter next/prev in command line map("n", "", "wildmenumode() ? '' : ''", { expr = true, desc = "Next" }) @@ -905,7 +901,7 @@ local function makespec_gitsigns() numhl = false, linehl = false, word_diff = false, - signs_staged_enable = true, + signs_staged_enable = false, on_attach = on_gitsigns_attach, }, } diff --git a/sway/idle.yaml b/sway/idle.yaml index 9a650ed..19aa377 100644 --- a/sway/idle.yaml +++ b/sway/idle.yaml @@ -24,6 +24,6 @@ timeouts: # - timeout: 3600 # command: acpi --ac-adapter | grep 'on-line' && systemctl sleep before-sleep: swaymsg exec \$locking -after-resume: swaymsg "output * dpms on" +after-resume: swaymsg "output * dpms on", exec "systemctl restart --user mako" lock: swaymsg exec \$locking idlehint: '240'