Code Monkey home page Code Monkey logo

wm_config's Introduction

WM CONFIG

youtube video (french spoken):

quickly configure i3, bspwm installed on pure Arch Linux base system via: install_wm script.

It is made to provide an already configured i3/bspwm 'desktop' just to get you started. Both configurations and associated tools will be installed, meaning if you choose to install i3, bspwm files will be present in ~/.config & ~/.local/bin so you can later on install bspwm package with pacman and vice versa. Of course you will have to work a bit to make it yours completely.

The configuration files and scripts are examples so feel free to edit them to fit your needs.

Provided tools

  • bash zsh
  • a bunch of scripts
  • nano vim geany
  • terminals (alacritty,urxvt,xterm)
  • dmenu rofi
  • a lot of Xresources themes (~/.config/xfiles/themes using theme_selector script)
  • feh (as wallpaper setter)
  • polybar a little bit customized.
  • cmus mpd ncmpcpp pulsemixer
  • dunst gnome-keyring polkit-gnome pulseaudio (all running as systemd user services)
  • sxhkd (also used with i3)
  • Recommanded tools to install: yay & xtitle (aur)

installation

BE CAREFULL, don't launch install_wm on a none fresh installed system!!!

First install the Arch base, then the window manager with these command lines.

curl -sL "https://raw.githubusercontent.com/archusXIV/dotfiles/main/scripts/install_arch/install_desktop" -O
chmod +x install_desktop && ./install_desktop

Once rebooted run the install_wm script that has been downloaded during the installation and placed in your $HOME directory. It is already executable.

./install_wn

First run

Geany will open this README.md when you first login so you can check your settings such as:

  • .bashrc
  • .bash_profile
  • .xinitrc
  • .zshenv
  • .config/bash
  • .config/bspwm/bspwmrc
  • .config/i3/config (the official config is also in the same directory)
  • .config/sxhkd/sxhkdrc (applications launchers, sound etc...)
  • .config/sxhkd/sxhkdrc_i3
  • .config/sxhkd/sxhkdrc_bspwm
  • .config/zsh/
  • .local/bin/autostart

Dmenu scripts launcher

For user convenience when pressing mod4 + d a dmenu with subcategories will appear at the bottom of the screen. Where you can find an application menu, archwiki finder, autoscript editing function, a menu to open configs, a finder, keyboard shortcuts reminder, power menu, a screenshooter and a theme selector.

mpd configuration

Just modify its configuration in ~/.config/mpd/mpd.conf according to your likings (music path etc...). Uncomment line 10 in ~/.config/systemd/user/Xsession.target then reload the systemd config:

systemctl --user deamon-reload && systemctl --user start mpd.service

Ncmpcpp is already here but please check its configuration file in ~/.config/ncmpcpp/config.

Polybar configuration

Visit the polybar wiki, clone it or take a look at my configs, if you change the bar name please replace it in ~/.local/bin/launch_polybar & some other scripts.

cd ~/.config/polybar
git clone https://github.com/polybar/polybar.wiki.git

wm_config's People

Contributors

archusxiv avatar

Stargazers

Breizil29 avatar

Watchers

 avatar

wm_config's Issues

Probleme volume

Hi @archusXIV,
I have this line:

error: Could not forward action to module: No module named 'volume-ipc' (action: 'hook', data: '1')

that appears in my terminal when I change my audio volume.
I don't know at all where it could come from.
I am in i3wm of your design, freshly installed.

volume_ipc

Modification du prompt de bash

Salut @archusXIV, pourrais tu m'aider à modifier le prompt de bash, je voudrais supprimer la date et l'heure.
Le prompt en question :

PS1="\n \D{%F} \t ${nameC}\u${atC}@${hostC}\h:${pathC}\w${gitC}$(gitPrompt)
${pointerC} ▶${txtrst} "

Tu peux me donner la réponse ou pas, mais je voudrais surtout comprendre comment ça fonctionne si tu as un lien ou des infos, je suis preneur.

PAUSE pour l'instant

REUSSI

ps : tu peux effacer ce post si tu veux

prompt

Changement sxhkdrc_bspwm

Salut @archusXIV, j'utilise un clavier QWERTY 75% donc j'ai changé le fichier :
sxhkdrc_bspwm
Remplacé :
# focus or send (focused node) to the given desktop (using numpad). super + {_,alt + }{KP_End,KP_Down,KP_Next,KP_Left,KP_Begin,KP_Right,KP_Home,KP_Up,KP_Prior,KP_Insert} bspc {desktop -f,node -d} '^{1-9,10}'
Par :
# focus or send to the given desktop super + {_,shift + }{1-9,0} bspc {desktop -f,node -d} '^{1-9,10}'
Cela fonctionne sauf qu'au démarrage je suis obligé de :
bspc wm -r
pour que cela fonctionne à nouveau.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.