diff options
Diffstat (limited to 'example.ini')
-rw-r--r-- | example.ini | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/example.ini b/example.ini index 64b892e..abc7f85 100644 --- a/example.ini +++ b/example.ini @@ -31,9 +31,23 @@ TERMINAL = 36 ; Open program chooser MENU = d +; Toggle status bar +BAR = b + ; Exit window manager QUIT = p +; Switch desktops (tags) +TAG0 = 0 +TAG1 = 1 +TAG2 = 2 +TAG3 = 3 +TAG4 = 4 +TAG5 = 5 +TAG6 = 6 +TAG7 = 7 +TAG8 = 8 + [PROGRAMS] ; Default terminal @@ -48,4 +62,4 @@ MENU = dmenu_run ACTIVE_BORDER = #fff ; Inactive border color -INACTIVE_BORDER = #000
\ No newline at end of file +INACTIVE_BORDER = #595959
\ No newline at end of file |