removed some deprecated hyprland binds and increased opacity on terminal windows by 10%
This commit is contained in:
@@ -160,15 +160,13 @@ in
|
|||||||
"super, q, exec, kitty --title Kitty"
|
"super, q, exec, kitty --title Kitty"
|
||||||
"super, d, exec, switchmon"
|
"super, d, exec, switchmon"
|
||||||
"super, c, killactive,"
|
"super, c, killactive,"
|
||||||
"super, p, exec, [float;size 35% 35%;move onscreen cursor] [ ! -f /tmp/keyringfile ] && kitty toolbelt"
|
"super, p, exec, [float;size 40% 25%;move onscreen cursor] [ ! -f /tmp/keyringfile ] && kitty toolbelt"
|
||||||
"super, 0, exec, aplay ~/assets/sound/soundtest.wav"
|
|
||||||
"super shift, q, exit,"
|
"super shift, q, exit,"
|
||||||
"super, m, exec, fuzzel"
|
"super, m, exec, fuzzel"
|
||||||
"super, r, exec, neovide"
|
"super, r, exec, neovide"
|
||||||
"super, b, togglesplit, # dwindle"
|
"super, b, togglesplit, # dwindle"
|
||||||
"super, f, togglefloating"
|
"super, f, togglefloating"
|
||||||
"super, g, fullscreen"
|
"super, g, fullscreen"
|
||||||
"super, home, exec, /home/${username}/scripts/home.sh"
|
|
||||||
"super, h, movefocus, l"
|
"super, h, movefocus, l"
|
||||||
"super, l, movefocus, r"
|
"super, l, movefocus, r"
|
||||||
"super, k, movefocus, u"
|
"super, k, movefocus, u"
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
image = wallpaper;
|
image = wallpaper;
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
autoEnable = true;
|
autoEnable = true;
|
||||||
opacity.terminal = 0.1;
|
opacity.terminal = 0.2;
|
||||||
targets = {
|
targets = {
|
||||||
console.enable = true;
|
console.enable = true;
|
||||||
feh.enable = true;
|
feh.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user