diff --git a/.config/nvim/lua/user/options.lua b/.config/nvim/lua/user/options.lua index 1175be0..11458dc 100644 --- a/.config/nvim/lua/user/options.lua +++ b/.config/nvim/lua/user/options.lua @@ -15,9 +15,12 @@ vim.opt.termguicolors = true vim.opt.tabstop = 2 vim.opt.shiftwidth = 2 vim.opt.updatetime = 300 -vim.opt.timeoutlen = 5000 -vim.opt.ttimeoutlen = 5 +-- vim.opt.timeoutlen = 5000 +-- vim.opt.ttimeoutlen = 5 +vim.cmd "set notimeout" +vim.cmd "set ttimeout" vim.opt.signcolumn = "yes:2" +vim.opt.jumpoptions = "stack,view" vim.opt.keymap = "russian-jcukenwin" vim.opt.iminsert = 0 diff --git a/.config/sway/config b/.config/sway/config index c0110a8..904bafc 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -47,12 +47,16 @@ bindsym --to-code $mod+Shift+q kill # start your launcher bindsym --to-code $mod+d exec $menu + # app shortcuts bindsym --to-code $mod+b exec librewolf -bindsym --to-code $mod+m exec $term -e ncmpcpp +bindsym --to-code $mod+m exec $term --class in_scratchpad -e ncmpcpp bindsym --to-code $mod+e exec $term -e neomutt bindsym --to-code $mod+n exec $term -e newsboat +# open windows with id "in_scratchpad" in scratchpad +for_window [app_id="in_scratchpad"] move container to scratchpad, focus + # powermenu bindsym --to-code $mod+SHIFT+BackSpace exec ~/.config/tofi/powermenu.sh