Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

🚫 Managing window without a window manager. (59 slocs)

License

NotificationsYou must be signed in to change notification settings

K4zoku/nowm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Managing window without a window manager

💡 About

A dead simple tool to managing windows from thetty, written in shell script.

✨ Features

🚀 Setup

🧾 Dependencies

📥 Installation

🔧 Manually

Option 1: usingcurl

curl https://raw.githubusercontent.com/K4zoku/nowm/master/bin/nowm>~/.local/bin/nowmchmod +x~/.local/bin/nowm

Option 2: usinggit

git clone https://github.com/K4zoku/nowm.git~/.local/share/nowmln -s~/.local/share/nowm/bin/nowm~/.local/bin/nowm

📦 Package manager

ForBpkg user:

bpkg install K4zoku/nowm

ForBasher user:

basher install K4zoku/nowm

UsingArch User Repository:

First of all you need to havebase-devel group installed as it contains necessary utilities -sudo pacman -Syu base-devel. There are two packages providing NoWM -nowm (stable release) andnowm-git (latest commits). Choose which one you want to install and use your preferred AUR helper, eg:

yay -S nowm-git

or install it manually usingmakepkg command:

git clone https://aur.archlinux.org/packages/nowm-gitcd nowm-gitmakepkg -si

Note If you can and want to port NoWM to other package managers, feel free to do so.

⌨️ Usage

🖥️ Launch from TTY

Automatically

Simply launch it from thetty:

nowm

this will launch NoWM inside X display server withstartx.

Manually
startx$(which nowm)

or

xinit$(which nowm)

or

You can put NoWM inside~/.xinitrc:

exec nowm

Using display manager

If you using a display manager, create a file callednowm.desktop in/usr/share/xsessions with following content:

[Desktop Entry]Encoding=UTF-8Name=nowmComment=nowm - managing window without a window managerExec=nowmType=XSession

⚙️ Configuration

To config NoWM, you can make aexecutable file at~/.config/nowm/autostart, NoWM will automatically start it at runtime.

Note Check out someexamples.

💌 Credits

Special thanks to:

  • NNB for polish this project'sREADME.md, write the manpage and designnew logo.






Made with ❤️ by@K4zoku


[8]ページ先頭

©2009-2025 Movatter.jp