Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arturromanchenko/dotfiles
arch bspwm
https://github.com/arturromanchenko/dotfiles
archlinux bspwm dotfiles
Last synced: about 2 months ago
JSON representation
arch bspwm
- Host: GitHub
- URL: https://github.com/arturromanchenko/dotfiles
- Owner: ArturRomanchenko
- Created: 2024-07-17T10:45:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T20:23:47.000Z (3 months ago)
- Last Synced: 2024-11-16T21:25:53.901Z (3 months ago)
- Topics: archlinux, bspwm, dotfiles
- Language: CSS
- Homepage:
- Size: 13.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
💦 Arch Linux Dotfiles 💦
🌐 About
- OS: [**`Arch Linux`**](https://archlinux.org/)
- WM: [**`BSPWM`**](https://github.com/baskerville/bspwm)
- Bar: [**`Polybar`**](https://github.com/polybar/polybar)
- Compositor: [**`Picom`**](https://github.com/yshui/picom)
- Terminal: [**`Alacritty`**](https://github.com/alacritty/alacritty)
- App Launcher: [**`Rofi`**](https://github.com/davatorium/rofi)
- Notify Daemon: [**`Dunst`**](https://github.com/dunst-project/dunst)
- Shell: [**`zsh`**](https://github.com/zsh-users/zsh)## 💻 HotKeys
* **Open the terminal** - `super + enter`
* **Switch the layout** - `shift + alt`
* **Open the application menu** - `super + d`
* **Recognize the color on the screen** - `super + shift + x`
* **Launch Firefox** - `super + f`
* **Close the window that is in focus** - `super + w`
* **Take a screenshot** - `print`
* **Restart bspwm** - `ctrl + shift + r`
* **Switch to another desktop** - `super + 1/6`
* **Move the window to another desktop** - `super + shift + 1/6`
* **Switch the window to floating mode** - `super + space`The other hotkeys are in `~/.config/sxhkd/sxhkdrc`.
## 📣 Guide
### **archinstall**
* **install optional packages:** `git iwd`
### Internet connection
* **Ethernet → does not need to do anything**### bash
```sh
iwctl[iwd] station list
[iwd] station get-networks "adapter"
[iwd] station "adapter" connect "SSID_network"
### (wait 10-15 seconds)
[iwd] quit