Skip to content

Commit

Permalink
remove debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
dolphinoracle committed May 7, 2021
1 parent 5488272 commit e4661ed
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions 02gtk3-nocsd-mx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@

#only do anything if gtk3_nocsd is installed

echo "$XDG_SESSION_DESKTOP" > $HOME/fred.txt
#debug
#echo "$XDG_SESSION_DESKTOP" > $HOME/fred.txt

if [ -n "$(command -v gtk3-nocsd)" ]; then
mx_csd_setting="GTK_CSD=1"
Expand All @@ -34,7 +35,9 @@ if [ -n "$(command -v gtk3-nocsd)" ]; then
mx_csd_preload_setting="GTK3_NOCSD_IGNORE=0"
fi

echo "$mx_csd_setting $mx_csd_preload_setting" >> $HOME/fred.txt
#debug
#echo "$mx_csd_setting $mx_csd_preload_setting" >> $HOME/fred.txt

export "$mx_csd_setting"
export "$mx_csd_preload_setting"
fi

0 comments on commit e4661ed

Please sign in to comment.