big changes on neovim
This commit is contained in:
parent
cddb6edde7
commit
6d492f07ba
26 changed files with 242 additions and 291 deletions
|
|
@ -7,6 +7,7 @@ hl.bind(
|
|||
hl.bind("CTRL + ALT + L", hl.dsp.exec_cmd(lockscreen))
|
||||
-- launchers
|
||||
hl.bind("ALT + D", hl.dsp.exec_cmd(fileManager))
|
||||
hl.bind("ALT + D", hl.dsp.exec_cmd(fileManager2))
|
||||
hl.bind("ALT + Q", hl.dsp.exec_cmd(terminal))
|
||||
hl.bind("ALT + N", hl.dsp.exec_cmd("kitty -e nvim"))
|
||||
hl.bind("ALT + W", hl.dsp.exec_cmd(app_launcher))
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ hl.config({
|
|||
resize_on_border = true,
|
||||
hover_icon_on_border = true,
|
||||
allow_tearing = true,
|
||||
layout = "dwindle",
|
||||
layout = "master",
|
||||
snap = {
|
||||
enabled = true,
|
||||
},
|
||||
|
|
@ -47,9 +47,9 @@ hl.config({
|
|||
preserve_split = true,
|
||||
},
|
||||
master = {
|
||||
new_status = "master",
|
||||
orientation = "center",
|
||||
mfact = "0.5",
|
||||
new_status = "slave",
|
||||
orientation = "left",
|
||||
mfact = "0.7",
|
||||
},
|
||||
scrolling = {
|
||||
fullscreen_on_one_column = true,
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
terminal = "kitty"
|
||||
fileManager = "dolphin"
|
||||
fileManager2 = "nautilus"
|
||||
menu = "wofi --show drun"
|
||||
home = "/home/afoucaultc/"
|
||||
lockscreen = "hyprlock"
|
||||
|
|
|
|||
|
|
@ -5,3 +5,10 @@ hl.window_rule({
|
|||
},
|
||||
opacity = "0.9",
|
||||
})
|
||||
hl.window_rule({
|
||||
name = "opacity zathura",
|
||||
match = {
|
||||
class = "org.pwmt.zathura",
|
||||
},
|
||||
opacity = 2,
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue