diff --git a/README.md b/README.md index 003f504..733cf9a 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ cicle opened terminals. change terminal name. **[wms_clearer.sh]** -clear desktop. +clear desktop maping and unmaping windows. **[wms_shepperd.sh]** herds (group windows by herd). @@ -65,7 +65,7 @@ watch xorg events and do things. manage focus and colors. **[wms_value.sh]** -resize windows percentage. (regarding screen size), resize master area in tiling mode. +resize windows percentage. (regarding screen size), resize master area in tiling mode, resize gap (bloat) _the new ones_ @@ -76,12 +76,15 @@ menu made with fzf and xterm. launcher made with fzf and xterm. **[wms_mimic.sh]** -extract colors from the wallpaper and use them for decorations, background and more. +extract colors from the desktop content and use them for decorations, background and more. **[wms_editor.sh]** GUI editor launcher. -**[wms_clock.sh]** -clock applet made with dzen2. +**[wms_panel.sh]** +clock applet made with dzen2 to show system details and clock. + +**[wms_screensaver.sh]** +experimental scripts that keps windows in a loop of random movements. **This spawn doesn't have mouse support** \ No newline at end of file diff --git a/config/sxhkdrc_example b/config/sxhkdrc_example index 7d33e16..5a71e9b 100755 --- a/config/sxhkdrc_example +++ b/config/sxhkdrc_example @@ -11,24 +11,16 @@ super + shift + e ###################### # open -super + 0 - xopen.sh +super + {_,shift +}0 + {xopen.sh,dmenushare.sh} # status ## -super + 1 - rt_status.sh +super + {_,shift +}1 + {wms_panel.sh -s,wms_panel.sh -f} # browser ## super + {_,shift +}2 - {xbrowser.sh -d,xbrowser.sh -t} - -# musicplayer ## -super + 3 - musicplayer.sh - -# podcastplayer ## -super + 4 - podcastplayer.sh + {browser.sh,browser.sh -t} # capturemedia ## super + 5 @@ -36,23 +28,19 @@ super + 5 # clock ## super + 6 - xclock.sh - -# keymap ## -super + 8 - rwm_keymap.sh - -# status ## -super + 9 - herbe_status.sh + wms_panel.sh -c +# xselgo ## +super + apostrophe + xselgo.sh + ####### ########## terminal ############################################ ####################### -# terminal ## -super + Return - xterm -bc -ti vt340 +# terminal / editor ## +super + {_,shift +}Return + {xterm -bc -ti vt340,wms_editor.sh} # rename terminal ## super + r @@ -67,26 +55,17 @@ super + Tab ###################### # program launcher ## -super + {_,shift +}Menu - {fzflauncher.sh, dmenu_run.sh} +super + Home + wms_launcher.sh -########## proces ################### - -# proces ## -super + period - proces.sh - -####### +#### ########## volume ################## ################### # volume ## -XF86AudioRaiseVolume - volup.sh +super + {Next,Prior} + {vol.sh -i,vol.sh -d} -XF86AudioLowerVolume - voldown.sh - XF86AudioMute xterm -e alsamixer @@ -171,12 +150,12 @@ super + {m,t,w} wms_usher.sh {-m,-t,-w} # maximize / minimize window percentage and master area -super + {_,shift +}{minus,plus} - wms_revalue.sh {-w,-m,-W,-M} +super + shift + {Up,Down,Left,Right} + wms_value.sh {-W,-w,-m,-M} # maximize / minimize gaps ## -super + {dead_acute,ccedilla} - wms_revalue.sh {-g,-G} +super + {period,colon} + wms_value.sh {-g,-G} ####### ########## shepperd ###################### @@ -194,3 +173,10 @@ super + {_,shift +}d super + s wms_shepperd.sh -t +############## gaps ##################################### +################################ + +# increase gaps +super + {_,shift +}g + wms_value.sh {-g,-G} + diff --git a/config/wms_var_example b/config/wms_var_example index d67fed7..f105849 100644 --- a/config/wms_var_example +++ b/config/wms_var_example @@ -1,28 +1,30 @@ -# wm name -NAME=wms - -# terminal command +# terminal TERMINAL=xterm -# menu command -XMENU=dmenu.sh +# x editor +XENAME="emacs" +XECMD="emacsclient -c --alternate-editor=""" -XMENU_XL=fzfmenu.sh +# menu command +XMENU=wms_menu.sh + +# launcher / menu geometry +GEOMETRY=66x11+314+250 # border width BW=2 # active color -AC=8E9EA2 +AC=829AA6 # inactive color -IC=455159 +IC=4D4D4D # background color -BC=181C20 +BC=101010 # windows percentage -WP=85 +WP=90 # tiling master area percentage MP=60