summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit <justsaumit@protonmail.com>2024-09-12 11:14:41 +0530
committerSaumit <justsaumit@protonmail.com>2024-09-12 11:14:41 +0530
commit1fdfb860b451de8e563c886e365ae24b9a353ca7 (patch)
treebad91671b47374e304a019f9d09bd817e63e24eb
parent7c784e00cb013af8c4c00c71aa0cddcd82494a65 (diff)
.config: fixes in hypr,flameshot,imv and neofetch
-rw-r--r--.config/flameshot/flameshot.ini2
-rw-r--r--.config/hypr/hyprland.conf2
-rw-r--r--.config/imv/config5
-rw-r--r--.config/neofetch/config.conf5
4 files changed, 8 insertions, 6 deletions
diff --git a/.config/flameshot/flameshot.ini b/.config/flameshot/flameshot.ini
index d73aebe..c0a595f 100644
--- a/.config/flameshot/flameshot.ini
+++ b/.config/flameshot/flameshot.ini
@@ -2,7 +2,7 @@
checkForUpdates=false
contrastOpacity=188
filenamePattern=%F_%T
-savePath=/home/saumit/pix/Screenshots
+savePath=/home/justsaumit/pix/Screenshots
showDesktopNotification=false
showHelp=false
showStartupLaunchMessage=false
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 1c5bfc1..8ded7c0 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -6,7 +6,7 @@ monitor=HDMI-A-1,1920x1080@144,0x0,1.00,transform,0,mirror,eDP-1
# Execute your favorite apps at launch
# exec-once = waybar & hyprpaper & firefox
-exec-once = waybar & dunst & wpaperd & suspend.sh & nextcloud & nm-applet & blueman
+exec-once = waybar & dunst & wpaperd & suspend.sh & nextcloud & nm-applet & blueman-applet
#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
diff --git a/.config/imv/config b/.config/imv/config
index 8e0b97e..94d8f42 100644
--- a/.config/imv/config
+++ b/.config/imv/config
@@ -33,8 +33,9 @@ r = reset
<c> = wl-copy < "imv_current_file"
<i> = convert $file -channel RGB -negate /tmp/output.png && imv /tmp/output.png
-# Delete and then close an open image by pressing 'X'
-<Ctrl+D> = exec trash-put "$imv_current_file"
+# Delete and then close an open image by pressing 'D'
+<Shift+D> = exec trash-put "$imv_current_file"; close
+#<Ctrl+D> = exec trash-put "$imv_current_file"
# Rotate the currently open image by 90 degrees by pressing 'R'
#<Ctrl+R> = exec mogrify -rotate 90 "$imv_current_file"
diff --git a/.config/neofetch/config.conf b/.config/neofetch/config.conf
index 135ba66..3ac0d32 100644
--- a/.config/neofetch/config.conf
+++ b/.config/neofetch/config.conf
@@ -10,7 +10,7 @@ print_info() {
info "Shell  " shell
info "Resolution󰍹 " resolution
# info "Window Manager \t" wm
- info "Window Manager \t" de
+ info "Window Manager " de
info "Terminal emulator " term
info "Theme󰏘 " theme
# info "Icons" icons
@@ -638,7 +638,8 @@ bar_char_total="="
# Values: 'on', 'off'
# Flag: --bar_border
bar_border="on"
-pcmodel=$(echo "MSI GF63 9SCXR")
+#pcmodel=$(echo "MSI GF63 9SCXR")
+pcmodel=$(echo "MSI Modern 14 C7M")
# Progress bar length in spaces
# Number of chars long to make the progress bars.
#