Clipboard manager
This commit is contained in:
@ -8,6 +8,8 @@ in {
|
|||||||
exec-once = [
|
exec-once = [
|
||||||
"hyprpaper"
|
"hyprpaper"
|
||||||
"hypridle"
|
"hypridle"
|
||||||
|
"wl-paste --type text --watch cliphist store" # Stores only text data
|
||||||
|
"wl-paste --type image --watch cliphist store" # Stores only image data
|
||||||
];
|
];
|
||||||
input = {
|
input = {
|
||||||
kb_layout = "se";
|
kb_layout = "se";
|
||||||
@ -85,8 +87,9 @@ in {
|
|||||||
"$mod, C, killactive"
|
"$mod, C, killactive"
|
||||||
"$mod, E, exec, $filemanager"
|
"$mod, E, exec, $filemanager"
|
||||||
"$mod, SPACE, exec, $menu"
|
"$mod, SPACE, exec, $menu"
|
||||||
|
"$mod, V, exec, cliphist list | dmenu | cliphist decode | wl-copy"
|
||||||
", Print, exec, grimblast copy area"
|
", Print, exec, grimblast copy area"
|
||||||
"$mod, V, togglefloating"
|
"$mod, F, togglefloating"
|
||||||
"$mod, J, togglesplit, " # dwindle
|
"$mod, J, togglesplit, " # dwindle
|
||||||
"$mod, L, exec, hyprlock"
|
"$mod, L, exec, hyprlock"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user