Flutter开发App的未来及其在各行业的应用潜力分析
702
2022-10-30
一个小小的浮动窗口管理器(250~ sloc / 24kb compiled!).
sowm (Simple Shitty Opinionated Window Manager)
An itsy bitsy floating window manager (220~ sloc!).
Floating only.Fullscreen toggle.Window centering.Mix of mouse and keyboard workflow.Focus with cursor.Rounded corners (through patch)Titlebars (through patch)
Alt-Tab window focusing.All windows die on exit.No window borders.No ICCCM.No EWMH.etc etc etc
Patches available here: https://github.com/dylanaraps/sowm/pulls
Default Keybindings
Window Management
combo | action |
---|---|
Mouse | focus under cursor |
MOD4 + Left Mouse | move window |
MOD4 + Right Mouse | resize window |
MOD4 + f | maximize toggle |
MOD4 + c | center window |
MOD4 + q | kill window |
MOD4 + 1-9 | desktop swap |
MOD4 + Shift +1-9 | send window to desktop |
MOD1 + TAB (alt-tab) | focus cycle |
Programs
combo | action | program |
---|---|---|
MOD4 + Return | terminal | st |
MOD4 + d | dmenu | dmenu_run |
MOD4 + p | scrot | scr |
MOD4 + w | wallpaper cycler | bud |
XF86_AudioLowerVolume | volume down | amixer |
XF86_AudioRaiseVolume | volume up | amixer |
XF86_AudioMute | volume toggle | amixer |
XF86_MonBrightnessUp | brightness up | bri |
XF86_MonBrightnessDown | brightness down | bri |
Dependencies
xlib (usually libX11).
Installation
Copy config.def.h to config.h and modify it to suit your needs.Run make to build sowm.Copy it to your path or run make install. DESTDIR and PREFIX are supported. (Optional) Apply patch with git apply patches/patch-nameIn case of applying multiple patches, it has to be done manually.
If you are using GDM, save the following to /usr/share/xsessions/sowm.desktop. It is still recommended to start sowm from .xinitrc or through your own xinit implementation.
[Desktop Entry]Name=sowmComment=This session runs sowm as desktop managerExec=sowmType=Application
Thanks
2bwmSmallWMberrycatwmdminiwmdwmmonsterwmopenboxpossumwmswmtinywm
版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。
发表评论
暂时没有评论,来抢沙发吧~