diff --git a/hjalmar-mothership/i3/config b/hjalmar-mothership/i3/config index 6bf47a3..9d84f7f 100644 --- a/hjalmar-mothership/i3/config +++ b/hjalmar-mothership/i3/config @@ -183,6 +183,7 @@ for_window [class="Nitrogen"] floating enable sticky enable border normal for_window [class="Pamac-manager"] floating enable for_window [class="Pavucontrol"] floating enable for_window [class="qt5ct"] floating enable sticky enable border normal +for_window [title="Origin"] floating enable # Set shut down, restart and locking features set $mode_system (l)ock, (e)xit, switch_(u)ser, (r)eboot, (s)hutdown diff --git a/nvim/init.lua b/nvim/init.lua index 993344c..12b89ca 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -450,8 +450,7 @@ require("packer").startup { node_incremental = "", scope_incremental = "" } - }, - indent = {enable = true} + } } vim.opt.foldexpr = "nvim_treesitter#foldexpr()" end @@ -558,7 +557,6 @@ require("packer").startup { [''] = cmp.mapping.scroll_docs(-4), [''] = cmp.mapping.scroll_docs(4), [''] = cmp.mapping.complete(), - [''] = cmp.mapping.confirm({select = true}) }) }) cmp.setup.cmdline('/', { diff --git a/tmux/tmux.conf b/tmux/tmux.conf index a7f0c45..2eec28b 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -71,6 +71,7 @@ bind -T copy-mode-vi v send-keys -X begin-selection bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xclip -i -f -selection primary | xclip -i -selection clipboard" bind -T copy-mode-vi r send-keys -X rectangle-toggle bind -T copy-mode-vi Escape send-keys -X cancel +bind -T copy-mode-vi q send-keys -X clear-selection # Rename window bind , command-prompt "rename-window %%" diff --git a/zathura/zathurarc b/zathura/zathurarc index b2787aa..6beef6f 100644 --- a/zathura/zathurarc +++ b/zathura/zathurarc @@ -1,8 +1,8 @@ # zathurarc -set zoom-min 10 +set zoom-min 0 set zoom-max 1000 -set zoom-step 20 +set zoom-step 10 set first-page-column 2 set pages-per-row 2 set scroll-step 100