screenshot keybindings changed. Notification directly sent by the screenshot script
This commit is contained in:
@@ -3,6 +3,7 @@ default_border pixel 1
|
|||||||
default_floating_border pixel 1
|
default_floating_border pixel 1
|
||||||
hide_edge_borders both
|
hide_edge_borders both
|
||||||
|
|
||||||
|
exec_always picom --config /home/dhanus/.config/picom/picom.conf -b
|
||||||
|
|
||||||
# notification daemon
|
# notification daemon
|
||||||
exec_always dunst
|
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 Tapping Enabled' 1
|
||||||
exec xinput set-prop 'Synaptics TM3096-006' 'libinput Natural Scrolling 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 $mod+p exec screenshot
|
||||||
bindsym Print exec screenshot s && notify-send -u low "screenshot saved in" "~/Pictures/Screenshots/"
|
bindsym Print exec screenshot s
|
||||||
|
|
||||||
# wallpaper
|
# 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
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
;==========================================================
|
;==========================================================
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
background = #1d1f21
|
background = #cc1d1f21
|
||||||
background-alt = #373B41
|
background-alt = #373B41
|
||||||
foreground = #C5C8C6
|
foreground = #C5C8C6
|
||||||
primary = #F0C674
|
primary = #F0C674
|
||||||
|
|||||||
Reference in New Issue
Block a user