stupid screenshots
This commit is contained in:
parent
04a6a50fbc
commit
f98dbe041b
4 changed files with 15 additions and 14 deletions
|
|
@ -35,6 +35,7 @@
|
|||
imv
|
||||
libsixel
|
||||
swaybg
|
||||
imagemagick
|
||||
|
||||
brave
|
||||
logseq
|
||||
|
|
@ -356,4 +357,12 @@
|
|||
|
||||
programs.librewolf.enable = true;
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
aliases = {
|
||||
graph = "log --oneline --all --graph";
|
||||
amend = "commit --amend --no-edit";
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,9 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
OUT_DIR=${GRIM_DEFAULT_DIR:-~/Pictures/Screenshots/}
|
||||
OUT_DIR=${GRIM_DEFAULT_DIR:-~/Pictures/Screenshots}
|
||||
mkdir -p "$OUT_DIR"
|
||||
FILE=$OUT_DIR/$(date +"%Y-%m-%dT%H:%M:%SZ").png
|
||||
|
||||
grim -g "$(slurp -o)" - | wl-copy
|
||||
notify-send "Screenshot Taken" "to the clipboard"
|
||||
wl-paste > $OUT_DIR/$(date +"%Y-%m-%dT%H:%M:%SZ").png
|
||||
grim -g "$(slurp -o)" "$FILE"
|
||||
notify-send "Screenshot Taken" "$FILE"
|
||||
|
||||
cat "$FILE" | wl-copy -t image/png
|
||||
|
||||
|
|
|
|||
|
|
@ -17,13 +17,8 @@
|
|||
];
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "Tristan Beedell";
|
||||
userEmail = "tristan.beedell@cryoserver.com";
|
||||
aliases = {
|
||||
graph = "log --oneline --all --graph";
|
||||
amend = "commit --amend --no-edit";
|
||||
};
|
||||
};
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
|
|
|
|||
|
|
@ -18,13 +18,8 @@
|
|||
services.nextcloud-client.startInBackground = true;
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "tristan";
|
||||
userEmail = "tristan@tristans.cloud";
|
||||
aliases = {
|
||||
graph = "log --oneline --all --graph";
|
||||
amend = "commit --amend --no-edit";
|
||||
};
|
||||
};
|
||||
|
||||
accounts.email.accounts."tristan@tristans.cloud" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue