From 1fdfb860b451de8e563c886e365ae24b9a353ca7 Mon Sep 17 00:00:00 2001 From: Saumit Date: Thu, 12 Sep 2024 11:14:41 +0530 Subject: .config: fixes in hypr,flameshot,imv and neofetch --- .config/flameshot/flameshot.ini | 2 +- .config/hypr/hyprland.conf | 2 +- .config/imv/config | 5 +++-- .config/neofetch/config.conf | 5 +++-- 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 = wl-copy < "imv_current_file" = convert $file -channel RGB -negate /tmp/output.png && imv /tmp/output.png -# Delete and then close an open image by pressing 'X' - = exec trash-put "$imv_current_file" +# Delete and then close an open image by pressing 'D' + = exec trash-put "$imv_current_file"; close +# = exec trash-put "$imv_current_file" # Rotate the currently open image by 90 degrees by pressing '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. # -- cgit v1.2.3