From be9e153ae1efb20077ac519ae1374c47ab5b5e60 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Fri, 17 Jul 2020 07:55:02 -0400 Subject: Changed openbox config so it now uses my script to make screenshots and also removed shadows of maim when compton is running --- .config/compton/compton.conf | 3 ++- .config/openbox/autostart | 1 + .config/openbox/rc.xml | 63 ++++++++++++++++++++++++++++---------------- 3 files changed, 44 insertions(+), 23 deletions(-) (limited to '.config') diff --git a/.config/compton/compton.conf b/.config/compton/compton.conf index 710eda7..bb922be 100644 --- a/.config/compton/compton.conf +++ b/.config/compton/compton.conf @@ -3,5 +3,6 @@ popup_menu = { shadow = false; }; utility = { shadow = false; }; shadow-exclude = [ "i:e:plank", - "i:e:polybar" + "i:e:polybar", + "n:a:slop" ] diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 3486175..2a75664 100755 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -7,3 +7,4 @@ killall -q polybar polybar example & +XDG_SESSION_TYPE=x11 plank & diff --git a/.config/openbox/rc.xml b/.config/openbox/rc.xml index 0ccd5f4..874fc44 100644 --- a/.config/openbox/rc.xml +++ b/.config/openbox/rc.xml @@ -171,6 +171,7 @@ Middle + C-g @@ -183,6 +184,41 @@ x-terminal-emulator -e htop + + + + + screenshot area to clip + + + + + screenshot area to file + + + + + + screenshot window to clip + + + + + screenshot window to file + + + + + + screenshot screen to clip + + + + + screenshot screen to file + + + @@ -208,6 +244,7 @@ no + @@ -263,6 +300,7 @@ no + @@ -312,6 +350,7 @@ + @@ -326,12 +365,7 @@ client-menu - - - - scrot -s - - + @@ -362,23 +396,8 @@ - - - - - true - Konqueror - - kfmclient openProfile filemanagement - - - - - - scrot - - + 1 -- cgit v1.2.3