━━━━━━ ❖ ━━━━━━
Fully-featured floating/tiling window manager-based dotfiles for Arch Linux
My floating/tilibg window manager-based dotfiles for ArchLinux
This repository includes dotfiles for customizing multiple aspects of a Linux system, such as window managers, terminals, file managers, browsers, editors, and additional configurations.
Component | Name |
---|---|
Window Manager | bspwm |
Terminal Emulator | kitty |
File Manager | ranger |
Text Editor | nvim |
Bar | Polybar |
Compositor | Picom |
Note: You need to be logged in as a regular user to use this script.
-
Install Git if you don't have it:
sudo pacman -S git
-
Clone this repository:
git clone git@github.com:xArcGit/dotfiles.git
or
git clone https://github.com/xArcGit/dotfiles.git
-
Navigate to the dotfiles directory:
cd dotfiles
-
run the installtion script
chmod +x install.sh sudo ./install.sh
-
Restart your computer.
-
You're done! Now you can enjoy a my ricing for bspwm window manager on your computer.
Note: Edit the .xinitrc
file and change display settings.
Shift
+Super
+w
for changing wallpaper
Keys | Action |
---|---|
super + Enter super + s |
make terminal Open a floating terminal. |
alt + @space | Display menu to select a theme. |
super + @space | Apps Menu. |
super + alt + w | Opens a menu to select a wallpaper. |
super + h super + u |
Hides bar/s unhide bar/s |
Takes screenshot. | |
ctrl + alt + [plus,minus,t] | Changes transparency on focused window. |
ctrl + super + alt + p ctrl + super + alt + r ctrl + super + alt + k |
Power off computer Restart computer Brute kill a window/process |
super + alt + r | Restart bspwm. |
And more.. You need to look sxhkdrc file for more.
Contributions are welcome! Please feel free to open an issue or submit a pull request.
━━━━━━ ❖ ━━━━━━