Skip to content

Commit

Permalink
Disabled popups on the pager by default
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffHoogland committed Oct 28, 2016
1 parent 70f73e3 commit 01fb695
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/bodhi/module.pager.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
group "Pager_Config" struct {
value "popup" uint: 1;
value "popup" uint: 0;
value "popup_speed" double: 1.0000000000000000000000000;
value "popup_urgent" uint: 1;
value "popup_urgent" uint: 0;
value "popup_urgent_stick" uint: 0;
value "popup_urgent_speed" double: 1.5000000000000000000000000;
value "show_desk_names" uint: 0;
Expand Down

0 comments on commit 01fb695

Please sign in to comment.