diff options
Diffstat (limited to 'control-center.rc')
-rw-r--r-- | control-center.rc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/control-center.rc b/control-center.rc index ee18b233..4a0ac6cc 100644 --- a/control-center.rc +++ b/control-center.rc @@ -31,4 +31,10 @@ style "mcc" # bg[PRELIGHT] = { 1.0, 1.0, 1.0 } } +style "focus" +{ + GtkWidget::interior_focus=0 +} + widget "*mcc*" style "mcc" +class "GtkTextView" style "focus" |