my OWN DAMN STATUSLINE
This commit is contained in:
@@ -29,6 +29,10 @@ local cmp_mappings = lsp.defaults.cmp_mappings({
|
||||
}),
|
||||
})
|
||||
|
||||
-- unmap arrow keys
|
||||
cmp_mappings["<Up>"] = nil
|
||||
cmp_mappings["<Down>"] = nil
|
||||
|
||||
lsp.setup_nvim_cmp({
|
||||
mapping = cmp_mappings,
|
||||
})
|
||||
|
||||
@@ -143,9 +143,9 @@ local packer = require('packer').startup(function(use)
|
||||
|
||||
-- statusline
|
||||
use {
|
||||
'freddiehaddad/feline.nvim',
|
||||
'benkyd/nvim-hardline',
|
||||
config = function ()
|
||||
require('plugin-config/feline')
|
||||
require('hardline').setup({})
|
||||
end
|
||||
}
|
||||
|
||||
|
||||
@@ -85,8 +85,10 @@ bindsym XF86AudioPrev exec "mpris-ctl --player active prev"
|
||||
# focus_follows_mouse no
|
||||
|
||||
# move workspace amongst screens
|
||||
bindsym $mod+Shift+bracketleft move workspace to output left
|
||||
bindsym $mod+Shift+bracketright move workspace to output right
|
||||
bindsym $mod+Ctrl+Left move workspace to output left
|
||||
bindsym $mod+Ctrl+Right move workspace to output right
|
||||
bindsym $mod+Ctrl+Up move workspace to output up
|
||||
bindsym $mod+Ctrl+Down move workspace to output down
|
||||
|
||||
# change focus
|
||||
bindsym $mod+j focus left
|
||||
@@ -151,10 +153,6 @@ bindsym $mod+Shift+minus move scratchpad
|
||||
# If there are multiple scratchpad windows, this command cycles through them.
|
||||
bindsym $mod+minus scratchpad show
|
||||
|
||||
#navigate workspaces next / previous
|
||||
bindsym $mod+Ctrl+Right workspace next
|
||||
bindsym $mod+Ctrl+Left workspace prev
|
||||
|
||||
# Workspace names
|
||||
# to display names or symbols instead of plain workspace numbers you can use
|
||||
# something like: set $ws1 1:mail
|
||||
|
||||
Reference in New Issue
Block a user