update microbin, add sxhkdrc command to paste clipboard to my bin
This commit is contained in:
Executable
+1
@@ -0,0 +1 @@
|
||||
curl -F "content=$(xclip -o)" -X POST https://bin.sealight.xyz/upload
|
||||
@@ -113,6 +113,7 @@ in
|
||||
'';
|
||||
# TODO hardcoded
|
||||
".local/bin/passmenu".source = ./bin/passmenu;
|
||||
".local/bin/paste".source = ./bin/paste;
|
||||
".local/bin/bluetoothmenu".source = ./bin/bluetoothmenu;
|
||||
".local/bin/wifimenu".source = ./bin/wifimenu;
|
||||
".local/bin/powermenu".source = ./bin/powermenu;
|
||||
|
||||
@@ -27,6 +27,9 @@ super + Tab
|
||||
super + e
|
||||
rofimoji --selector-args "-theme theme/emojimenu.rasi" --skin-tone moderate --action copy
|
||||
|
||||
super + e
|
||||
paste
|
||||
|
||||
super + p
|
||||
passmenu
|
||||
|
||||
|
||||
Reference in New Issue
Block a user