Git Product home page Git Product logo

dotfiles-1's Introduction

dotfiles

Linux config files (rxvt-unicode, flameshot, dunst, lemonbar-xft, picom, cava, cmus, eww, zathura, rofi, i3-gaps, nvim, ranger)

                    dP            dP   .8888b oo dP
                    88            88   88   "    88
              .d888b88 .d8888b. d8888P 88aaa  dP 88 .d8888b. .d8888b.
              88'  `88 88'  `88   88   88     88 88 88ooood8 Y8ooooo.
              88.  .88 88.  .88   88   88     88 88 88.  ...       88
.------------ `88888P8 `88888P'   dP   dP     dP dP `88888P' `88888P' ------------.
|::::::::::::::.......::......::::..:::..:::::..:..::......:::......::::::::::::::|
|:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::|
|:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::|
|---------------------------------------------------------------------------------|
|         cmus | c* music player                                          cmus(1) |
|        dunst | notification daemon                                     dunst(1) |
|           i3 | window manager                                             i3(1) |
|        picom | a compositor for X11                                    picom(1) |
|    flameshot | powerful, simple-to-use screenshot software         flameshot(1) |
|     lemonbar | featherweight lemon-scented bar                      lemonbar(1) |
|          eww | simple widgets                                                   |
|       neovim | text editor                                              nvim(1) |
| rxvt-unicode | a VT102 emulator for the X window system      urxvt(1), urxvt(7) |
|       ranger | file manager                                           ranger(1) |
|         rofi | run launcher, window switcher, etc.                      rofi(1) |
|          x11 | x window system                       x(7), xinit(1), xserver(1) |
`---------------------------------------------------------------------------------'

Table of contents :

General info

This dotfiles include .Xresources files for urxvt and .config files, with some commented code. You may uncomment and test it. Change keyboard layout in .xinit or delete it, if you use only one language. Hopefully I can improve these configs, add something and remove the useless code, so stay tuned for more updates. For additional info i suggest you to check Arch Wiki pages about this utils to set them correctly up.

Screenshots

eww eww widgets



urxvt terminal emulator



zathura zathura



file managers ranger and thunar



rofi apps rofi app search



powermenu rofi powermenu

Steps for the installation

  1. Utils list :

    Everything is described for Arch Linux.

    • AUR :

    • Pacman :

      • i3-gaps (may replace your current i3, won't occur any major changes except adding gaps)
      • cmus
      • maim
      • flameshot
      • neovim (ctags)
      • rofi
      • urxvt
      • thunar
      • ranger (w3m)
      • zathura
      • dunst
    • For AUR :

      • yay -S "package" or git clone "AUR_git_link"; cd "AUR_package"; makepkg -si
    • For Pacman :

      • pacman -S "package"
  2. Adding configs :

    • Clone this repository. https://github.com/CodeHeister/dotfiles
    • If there's still no .config or other directories in your home directory (~), you may move all directories to your ~. Otherwise just copy or include files of your interest. Respect file disposition to save configs from path error or replace all paths with your.
    • If everything is correctly installed and configs are added, all may work without troubles.

Tips

  • Don't forget to add your API keys to .config/eww/scripts.
  • Add your keyboard layouts to .xinitrc.
  • You can easily configure lemonbar output in .config/lemonbar/bar and add your own functionality. There's also an array of colors. Each color is binded to workspace number, so change workspace's names correctly.
  • If you want to move rofi configs, don't forget to move colors.rasi with them in the same directory. Overwise you'll get default colors.

Hotkeys

  • This hotkeys are in .config/i3/config :
    • Mod+[0-9] : go to workspace
    • Mod+Shift+[0-9] : move active window to workspace
    • Alt+Ctrl+[Left-Right] : move to the left/right workspace
    • Mod+Tab : swap between current and last used workspace
    • Mod+Shift+C : reload i3 config file
    • Mod+[Left/Right/Up/Down] : change focus
    • Mod+Shift+[Left/Right/Up/Down] : move focused window
    • Mod+H : split in horizontal orientation
    • Mod+V : split in vertical orientation
    • Mod+F : fullscreen toggle
    • Mod+E : layout reverse (toggle split)
    • Mod+W : layout tabbed
    • Mod+S : layout stacking
    • Mod+D : focus child
    • Mod+A : focus parent
    • Mod+Shift+Space : toggle tiling/floating for current window
    • Mod+Space : change focus between tiling/floating windows
    • Mod+Shift+R : restart i3
    • Mod+R : resize mode
      • [Left/Right/Up/Down] : resize
      • Esc : exit resize mode (don't forget to press it)
    • Mod+Shift+A : start lemonbar
    • Mod+Shift+D : close lemonbar
    • Print : fullscreen screenshot (saves to ~/Pictures/Screenshots)
    • Ctrl+Print : area or app screenshot (saves to ~/Pictures/Screenshots)
    • Ctrl+Shift+Print : flameshot (interactive screen software with utils)
    • Mod+F3 : app searcher
    • Mod+Shift+F3 : active apps searcher
    • Mod+Shift+E : powermenu
    • Mod+F9 : mute/unmute
    • Mod+F10 : volume down
    • Mod+F11 : volume up
    • Mod+Shift+G : change gaps
      • O : outer gaps
        • + : +5 to current value of the current workspace
        • - : -5 to current value of the current workspace
        • 0 : set gaps 0
        • Shift++ : +5 to current value for all workspaces
        • Shift+- : -5 to current value for all workspaces
        • Shift+0 : set all gaps 0
        • Esc : exit gaps editor
      • I : inner gaps
        • + : +5 to current value of the current workspace
        • - : -5 to current value of the current workspace
        • 0 : set gaps 0
        • Shift++ : +5 to current value for all workspaces
        • Shift+- : -5 to current value for all workspaces
        • Shift+0 : set all gaps 0
        • Esc : exit gaps editor
    • Mod+Shift+T : launch terminal
    • Mod+Shift+Q : close current app
    • Mod+M : launch/exit eww
  • This hotkeys are in .xinitrc :
    • Alt+Tab : change keyboard layout (disabled) uncomment setxkbmap and add your layouts)

ToDo List

  • Add startpage
  • Add colorscheme toggle

Afterwords

I'm looking forward for your tips and i'm ready to help you or add some info here, if you'll consider it necessary. I'll necessary clear and improve configs to make it more flexible and convenient.

dotfiles-1's People

Contributors

abhaytaras7 avatar codeheister avatar

Watchers

 avatar  avatar

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.