updated config
This commit is contained in:
parent
ff02840e94
commit
309c1fd194
@ -153,6 +153,7 @@ master {
|
|||||||
misc {
|
misc {
|
||||||
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
|
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers
|
||||||
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
|
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :(
|
||||||
|
middle_click_paste = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -208,13 +209,16 @@ bind = $mainMod, Space, exec, $menu
|
|||||||
bind = $mainMod, P, pseudo, # dwindle
|
bind = $mainMod, P, pseudo, # dwindle
|
||||||
bind = $mainMod, J, togglesplit, # dwindle
|
bind = $mainMod, J, togglesplit, # dwindle
|
||||||
bind = $mainMod, Escape, workspace, previous
|
bind = $mainMod, Escape, workspace, previous
|
||||||
bind = $mainMod, L, exec, loginctl lock-session
|
bind = $mainMod, x, exec, loginctl lock-session
|
||||||
|
bind = $mainMod, Tab, focusmonitor, -1
|
||||||
|
bind = $mainMod+Shift, Tab, moveworkspacetomonitor, +0 -1
|
||||||
|
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
bind = $mainMod, left, movefocus, l
|
bind = $mainMod, h, movefocus, l
|
||||||
bind = $mainMod, right, movefocus, r
|
bind = $mainMod, l, movefocus, r
|
||||||
bind = $mainMod, up, movefocus, u
|
bind = $mainMod, k, movefocus, u
|
||||||
bind = $mainMod, down, movefocus, d
|
bind = $mainMod, j, movefocus, d
|
||||||
|
|
||||||
# Switch workspaces with mainMod + [0-9]
|
# Switch workspaces with mainMod + [0-9]
|
||||||
bind = $mainMod, 1, workspace, 1
|
bind = $mainMod, 1, workspace, 1
|
||||||
|
@ -49,4 +49,5 @@ map('n', '<Space>bw', '<Cmd>BufferOrderByWindowNumber<CR>', opts)
|
|||||||
-- :BarbarDisable - very bad command, should never be used
|
-- :BarbarDisable - very bad command, should never be used
|
||||||
|
|
||||||
vim.cmd('Neotree')
|
vim.cmd('Neotree')
|
||||||
|
vim.cmd('<C-W>l')
|
||||||
vim.o.tabstop = 4
|
vim.o.tabstop = 4
|
||||||
|
Loading…
Reference in New Issue
Block a user