mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 07:26:12 +01:00
nvim dots, plus minor mods
This commit is contained in:
@@ -32,6 +32,8 @@ $fileManager = nemo
|
||||
$tcmd = krusader
|
||||
$menu = rofi -show drun
|
||||
$lock = swaylock --screenshots --effect-pixelate 20 --effect-vignette 0.5:0.5 --fade-in 0.2
|
||||
$editor = neovide
|
||||
$browser = firefox
|
||||
|
||||
# Some default env vars.
|
||||
env = XCURSOR_SIZE,16
|
||||
@@ -185,7 +187,7 @@ windowrule=opacity 1.0 override 1.0, ^(firefox)$
|
||||
# Example windowrule v2
|
||||
# windowrulev2 = float,class:^(kitty)$,title:^(kitty)$
|
||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||
windowrulev2 = nomaximizerequest, class:.* # You'll probably like this.
|
||||
# windowrulev2 = nomaximizerequest, class:.* # You'll probably like this.
|
||||
|
||||
windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$
|
||||
windowrulev2 = noanim,class:^(xwaylandvideobridge)$
|
||||
@@ -208,6 +210,9 @@ bind = $mainMod SHIFT, Q, exit,
|
||||
# bind = $mainMod, M, exit,
|
||||
bind = $mainMod, E, exec, $tcmd
|
||||
bind = $mainMod, N, exec, $fileManager
|
||||
bind = $mainMod, W, exec, $editor
|
||||
bind = $mainMod, Z, exec, $terminal
|
||||
bind = $mainMod, B, exec, $browser
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod SHIFT, L, exec, $lock
|
||||
# bind = $mainMod, R, exec, $menu
|
||||
|
||||
Reference in New Issue
Block a user