summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2023-11-05 19:16:19 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2023-11-05 19:16:19 +0530
commit47bc14194ad0e348c52f9cd0546fe42ec558650f (patch)
tree366f698723c32ce6b684a128dc0dcc8c3c69c8a3
parent4c165673e7f46bf2307f82aef74b246ca8dcb4c5 (diff)
Adding flameshot-git support
-rw-r--r--.config/flameshot/flameshot.ini9
-rw-r--r--.config/hypr/hyprland.conf3
2 files changed, 11 insertions, 1 deletions
diff --git a/.config/flameshot/flameshot.ini b/.config/flameshot/flameshot.ini
new file mode 100644
index 0000000..d73aebe
--- /dev/null
+++ b/.config/flameshot/flameshot.ini
@@ -0,0 +1,9 @@
+[General]
+checkForUpdates=false
+contrastOpacity=188
+filenamePattern=%F_%T
+savePath=/home/saumit/pix/Screenshots
+showDesktopNotification=false
+showHelp=false
+showStartupLaunchMessage=false
+uploadClientSecret=
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 74e5c54..f8b8fca 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -5,7 +5,7 @@ monitor=eDP-1,1920x1080@60,0x0,1.00,transform,0
# Execute your favorite apps at launch
# exec-once = waybar & hyprpaper & firefox
-exec-once = waybar & dunst & wpaperd & suspend.sh
+exec-once = waybar & dunst & wpaperd & suspend.sh & nextcloud
#exec-once = dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY
#exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY && XDG_CURRENT_DESKTOP=Hyprland
exec-once = systemctl --user import-environment DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
@@ -200,6 +200,7 @@ bind = $MOD SHIFT, L, exec, swaylock
#screenshot
bind = ,Print, exec, IMG=pic-full-"$(date +%y-%m-%d--%H-%M-%S)".png && grim "$GRIM_DEFAULT_DIR/""$IMG" && wl-copy < "$GRIM_DEFAULT_DIR/""$IMG"
bind = CTRL,Print, exec, IMG=pic-sel-"$(date +%y-%m-%d--%H-%M-%S)".png && grim -g "$(slurp)" "$GRIM_DEFAULT_DIR/""$IMG" && wl-copy < "$GRIM_DEFAULT_DIR/""$IMG"
+bind = ALT ,Print, exec, flameshot gui
#otherkeyb
bind = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle && [[ "$(wpctl get-volume @DEFAULT_AUDIO_SINK@ | grep MUTE)" ]] && dunstify "Mute" "Volume set to 0%" -i volume-xmark -t 1000 -r 1234