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

my Xmonad configuration

License

NotificationsYou must be signed in to change notification settings

AtifChy/xmonad

Repository files navigation

myxmonad configuration

Table of Contents

Preview

preview 3preview 1preview 2

About Setup

Installation

  • First you needstack install it using your package manager or follow theirinstallation guide to install it.

  • Now clone the repo to~/.config/xmonad

git clone https://github.com/AtifChy/xmonad.git ~/.config/xmonad
  • After cloning it go to that dircd ~/.config/xmonad and run
stack install

Note: This command creates axmonad executable file and moves it to~/.local/bin. Make sure~/.local/bin is added to your$PATH.

  • Recompile xmonad
xmonad --recompile
  • Now you can start using xmonad. Start it using yourxinitrc. By putting
exec xmonad

in yourxinitrc. By default xmonad recompiles on every login. If you don't want xmonad to recompile every time you start it then put

exec ~/.local/share/xmonad/xmonad-x86_64-linux

in yourxinitrc. It will use previously compiled binary to start xmonad.

Note: My xmonad config reads color & font fromXresources.Here you can find my Xresources. Merge it usingxrdb -merge /path/to/Xresources.

Keybind

Some basic keybinds

KeybindFunction
Super + Shift + EnterLaunch terminal (st)
Super + Shift + CClose window
Super + [1..9]Switch workspaces
Super + Shift + [1..9]Move focused window to certain workspace
Super + POpen XMonad Prompt
Super + BToggle borders
Super + GToggle gaps (toggle to get screen space)
Super + IIncrease gaps
Super + DDecrease gaps
Super + JNavigate through windows
Super + KNavigate through windows
Super + Shift + BIgnore the bar
Super + SpaceSwitch through layouts
Super + Shift + SpaceReset to default layout
Super + TMake a floating window tiled
Super + Shift + TTile all floating window
Super + Shift + \Show all keybinds (Requires.gxmessage)
Super + QReload xmonad
Super + Shift + QExit xmonad

All Keybinds

License

MIT

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp