X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=spectrwm.1;h=2ec43fa28283e993ad6a602cc20c627e30552026;hb=b7d49e02ee41b99ff8d31282bdec7703e885fd2a;hp=67aa5513789dd40dece7c16497efc4fe9f666b29;hpb=0f35da6cb6adb7ea8ae2269fb72fdd19419bea48;p=spectrwm.git diff --git a/spectrwm.1 b/spectrwm.1 index 67aa551..2ec43fa 100644 --- a/spectrwm.1 +++ b/spectrwm.1 @@ -241,6 +241,8 @@ Enable by setting to 1. .It Ic window_name_enabled Enable or disable displaying the window name in the status bar. Enable by setting to 1. +.It Ic workspace_limit +Set the total number of workspaces available. Minimum is 1, maximum is 22. .El .Pp Colors need to be specified per the @@ -343,7 +345,7 @@ Resize window while maintaining it centered .Pp The default key bindings are described below: .Pp -.Bl -tag -width "M-j, M-XXX" -offset indent -compact +.Bl -tag -width "M-j, M-XXXXXX" -offset indent -compact .It Cm M-S- Ns Aq Cm Return term .It Cm M-p @@ -394,10 +396,10 @@ bar_toggle wind_del .It Cm M-S-x wind_kill -.It Cm M- Ns Aq Ar n -.Pf ws_ Ar n -.It Cm M-S- Ns Aq Ar n -.Pf mvws_ Ar n +.It Cm M- Ns Aq Ar 1-9,0,F1-F12 +.Pf ws_ Aq Ar 1-22 +.It Cm M-S- Ns Aq Ar 1-9,0,F1-F12 +.Pf mvws_ Ns Aq Ar 1-22 .It Cm M- Ns Aq Cm Right ws_next .It Cm M- Ns Aq Cm Left @@ -516,13 +518,13 @@ Switch to workspace .Ar n , where .Ar n -is 1 through 10. +is 1 through workspace_limit. .It Cm mvws_ Ns Ar n Move current window to workspace .Ar n , where .Ar n -is 1 through 10. +is 1 through workspace_limit. .It Cm ws_next Switch to next workspace with a window in it. .It Cm ws_prev @@ -614,6 +616,24 @@ To use the currently defined specify MOD as the modifier key. .Pp Multiple key combinations may be bound to the same action. +.Pp +To bind non-latin characters such as å or π you must enter the xkb +character name instead of the character itself. Run xev, focus the window +and press the specific key and in the terminal output read the symbol name. +In the fallowing example for å: +.Bd -literal -offset indent +KeyPress event, serial 41, synthetic NO, window 0x2600001, + root 0x15a, subw 0x0, time 106213808, (11,5), root:(359,823), + state 0x0, keycode 24 (keysym 0xe5, aring), same_screen YES, + XLookupString gives 2 bytes: (c3 a5) "å" + XmbLookupString gives 2 bytes: (c3 a5) "å" + XFilterEvent returns: False +.Ed +.Pp +The xkb name is aring. In other words, in .spectrwm.conf add: +.Bd -literal -offset indent +bind[program] = MOD+aring +.Ed .Sh KEYBOARD MAPPING FILES Keyboard mapping files for several keyboard layouts are listed below.