hypr
This commit is contained in:
parent
aac685fe4f
commit
6a93cee251
5 changed files with 23 additions and 18 deletions
|
|
@ -54,11 +54,9 @@
|
|||
};
|
||||
|
||||
general = {
|
||||
gaps_in = 5;
|
||||
gaps_out = 5;
|
||||
gaps_in = 10;
|
||||
gaps_out = 15;
|
||||
border_size = 2;
|
||||
# "col.active_border" = "rgba(5bcefaee) rgba(f5a9b8ee) 45deg";
|
||||
# "col.inactive_border" = "rgba(595959aa)";
|
||||
|
||||
layout = "dwindle";
|
||||
|
||||
|
|
@ -66,7 +64,7 @@
|
|||
};
|
||||
|
||||
decoration = {
|
||||
rounding = 3;
|
||||
rounding = 10;
|
||||
|
||||
blur = {
|
||||
enabled = true;
|
||||
|
|
@ -77,7 +75,6 @@
|
|||
drop_shadow = true;
|
||||
shadow_range = 4;
|
||||
shadow_render_power = 3;
|
||||
# "col.shadow" = "rgba(1a1a1aee)";
|
||||
};
|
||||
|
||||
animations = {
|
||||
|
|
@ -110,10 +107,10 @@
|
|||
bind = [
|
||||
"$mainMod, Q, exec, $terminal"
|
||||
"$mainMod, C, killactive,"
|
||||
"$mainMod, backspace, exit,"
|
||||
"$mainMod, backspace, exec, hyprlock,"
|
||||
"$mainMod, E, exec, $fileManager"
|
||||
"$mainMod, O, togglefloating,"
|
||||
"$mainMod, R, exec, pkill wofi || wofi --show=drun"
|
||||
"$mainMod, R, exec, rofi -show drun"
|
||||
"$mainMod, P, pseudo,"
|
||||
"$mainMod, J, togglesplit,"
|
||||
|
||||
|
|
@ -123,9 +120,9 @@
|
|||
"$mainMod, M, togglespecialworkspace, chatgpt"
|
||||
"$mainMod, M, exec, [workspace special:chatgpt] pgrep firefox | xargs ps -fp | grep -- '-P ChatGPT --url chat.openai.com' || firefox -P ChatGPT --url chat.openai.com"
|
||||
|
||||
", print, exec, grim -g \"$(slurp)\" - | wl-copy && wl-paste > ~/sync/Screenshots/$(date +'%s')_spectre-pad.png && notify-send Area Captured"
|
||||
"CTRL, print, exec, grim - | wl-copy && wl-paste > ~/sync/Screenshots/$(date +'%s')_spectre-pad.png && notify-send Screen Captured"
|
||||
|
||||
", print, exec, hyprshot -m region -o /home/lilith/sync/screenshots -z"
|
||||
"CTRL, print, exec, hyprshot -m output -o /home/lilith/sync/screenshots -z"
|
||||
|
||||
"$mainMod, left, movefocus, l"
|
||||
"$mainMod, right, movefocus, r"
|
||||
"$mainMod, up, movefocus, u"
|
||||
|
|
@ -155,9 +152,6 @@
|
|||
|
||||
"$mainMod, S, togglespecialworkspace, magic"
|
||||
"$mainMod SHIFT, S, movetoworkspace, special:magic"
|
||||
|
||||
"$mainMod, mouse_down, workspace, e+1"
|
||||
"$mainMod, mouse_up, workspace, e-1"
|
||||
];
|
||||
|
||||
bindm = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue