hyprpicker
This commit is contained in:
parent
8f786f02eb
commit
b7cb49cb77
1 changed files with 7 additions and 0 deletions
|
|
@ -169,6 +169,7 @@ in
|
||||||
bind = SUPER, E, exec, ${ my-deps.terminal } -e aerc
|
bind = SUPER, E, exec, ${ my-deps.terminal } -e aerc
|
||||||
bind = SUPER, O, exec, pcmanfm
|
bind = SUPER, O, exec, pcmanfm
|
||||||
bind = SUPER, C, exec, ${ my-scripts.open-code }/bin/open-code
|
bind = SUPER, C, exec, ${ my-scripts.open-code }/bin/open-code
|
||||||
|
bind = SUPER, G, exec, ${ pkgs.hyprpicker }/bin/hyprpicker | wl-copy && notify-send "Copied Colour" "$(wl-paste)"
|
||||||
|
|
||||||
bind = SUPER, h, movefocus,l
|
bind = SUPER, h, movefocus,l
|
||||||
bind = SUPER, l, movefocus,r
|
bind = SUPER, l, movefocus,r
|
||||||
|
|
@ -228,17 +229,22 @@ in
|
||||||
}
|
}
|
||||||
|
|
||||||
bezier=overshot, 0.05, 0.9, 0.1, 1.1
|
bezier=overshot, 0.05, 0.9, 0.1, 1.1
|
||||||
|
bezier = linear, 0.0, 0.0, 1.0, 1.0
|
||||||
|
|
||||||
animations {
|
animations {
|
||||||
enabled = 1
|
enabled = 1
|
||||||
animation = windows, 1, 5, default
|
animation = windows, 1, 5, default
|
||||||
animation = border, 1, 5, default
|
animation = border, 1, 5, default
|
||||||
animation = fade, 1, 10,default
|
animation = fade, 1, 10,default
|
||||||
animation = workspaces, 1, 3, overshot
|
animation = workspaces, 1, 3, overshot
|
||||||
|
animation = borderangle,1, 50, linear, loop
|
||||||
}
|
}
|
||||||
|
|
||||||
general {
|
general {
|
||||||
resize_on_border = yes
|
resize_on_border = yes
|
||||||
layout = master
|
layout = master
|
||||||
|
col.active_border = rgb(FFF00F) rgb(0FFFF0) rgb(F00FFF) 120deg
|
||||||
|
border_size = 5
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
@ -424,6 +430,7 @@ in
|
||||||
};
|
};
|
||||||
programs.lf.commands = {
|
programs.lf.commands = {
|
||||||
trash = "%${pkgs.trash-cli}/bin/trash-put \"$fx\"";
|
trash = "%${pkgs.trash-cli}/bin/trash-put \"$fx\"";
|
||||||
|
open = "$set -f; ${pkgs.ranger}/bin/rifle -p 0 \"$fx\"";
|
||||||
open-with = ''''${{
|
open-with = ''''${{
|
||||||
set -f
|
set -f
|
||||||
${pkgs.ranger}/bin/rifle -l $fx
|
${pkgs.ranger}/bin/rifle -l $fx
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue