From bd65806a9764771a8c6c1a8efc81128261984d75 Mon Sep 17 00:00:00 2001 From: Dhanus M Lal Date: Wed, 30 Nov 2022 22:50:06 +0530 Subject: [PATCH] screenshot keybindings changed. Notification directly sent by the screenshot script --- i3/config | 7 ++++--- polybar/config.ini | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/i3/config b/i3/config index 5e47fd5..74ffae6 100644 --- a/i3/config +++ b/i3/config @@ -3,6 +3,7 @@ default_border pixel 1 default_floating_border pixel 1 hide_edge_borders both +exec_always picom --config /home/dhanus/.config/picom/picom.conf -b # notification daemon exec_always dunst @@ -224,8 +225,8 @@ bindsym $mod+c exec run exec xinput set-prop 'Synaptics TM3096-006' 'libinput Tapping Enabled' 1 exec xinput set-prop 'Synaptics TM3096-006' 'libinput Natural Scrolling Enabled' 1 -bindsym shift+Print exec screenshot && notify-send -u low "screenshot saved in" "~/Pictures/Screenshots/" -bindsym Print exec screenshot s && notify-send -u low "screenshot saved in" "~/Pictures/Screenshots/" +bindsym $mod+p exec screenshot +bindsym Print exec screenshot s # wallpaper -exec_always feh --bg-scale /home/dhanus/Pictures/Wallpapers/ivan-aivazovsky.jpg +exec_always feh --bg-scale /home/dhanus/Pictures/Wallpapers/flying-whales-gojira.jpg diff --git a/polybar/config.ini b/polybar/config.ini index bf02c6b..d521e0e 100644 --- a/polybar/config.ini +++ b/polybar/config.ini @@ -17,7 +17,7 @@ ;========================================================== [colors] -background = #1d1f21 +background = #cc1d1f21 background-alt = #373B41 foreground = #C5C8C6 primary = #F0C674