Skip to content

Baga6312/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

━━━━━━ ❖ ━━━━━━

Fully-featured floating/tiling window manager-based dotfiles for Arch Linux

My floating/tilibg window manager-based dotfiles for ArchLinux

Table of Contents

Introduction

This repository includes dotfiles for customizing multiple aspects of a Linux system, such as window managers, terminals, file managers, browsers, editors, and additional configurations.

Included Components:

Component Name
Window Manager bspwm
Terminal Emulator kitty
File Manager ranger
Text Editor nvim
Bar Polybar
Compositor Picom

Installation

Note: You need to be logged in as a regular user to use this script.

  1. Install Git if you don't have it:

    sudo pacman -S git
  2. Clone this repository:

    git clone git@github.com:xArcGit/dotfiles.git

    or

    git clone https://github.com/xArcGit/dotfiles.git
  3. Navigate to the dotfiles directory:

    cd dotfiles
  4. run the installtion script

    chmod +x install.sh
    
    sudo ./install.sh
  5. Restart your computer.

  6. 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.

Screenshots

  • Shift + Super + w for changing wallpaper

Keynindings

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
Print 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.

Contributing

Contributions are welcome! Please feel free to open an issue or submit a pull request.

━━━━━━ ❖ ━━━━━━