My tiling Qtile, Spectrwm, i3, Dwm & Sway configurations (for Arch/Devuan/Debian)
Go to file
2024-05-01 11:09:26 +02:00
.bash_completion Dotfiles config 2021-11-13 19:24:20 +01:00
.config Dotfiles config update (2023-05-22) 2023-05-22 01:35:04 +02:00
.vim Dotfiles config update (2023-01-10) 2023-01-10 22:31:49 +01:00
.zsh_functions Dotfiles config 2021-11-13 19:24:20 +01:00
examples Dotfiles config update (2023-01-05) 2023-01-05 20:16:37 +01:00
fonts Dotfiles config update (2022-04-24) 2022-04-24 10:27:18 +02:00
scripts Dotfiles config update (2022-12-10) 2022-12-10 18:15:10 +01:00
wallpapers Dotfiles config update (2023-01-15) 2023-01-15 23:42:58 +01:00
.bashrc Dotfiles config update (2024-01-03) 2023-01-03 02:14:10 +01:00
.bashrc.quake Dotfiles config update (2024-01-03) 2023-01-03 02:14:10 +01:00
.conkyrc.bck Dotfiles config update (2021-11-23) 2021-11-23 18:51:12 +01:00
.vimrc Dotfiles config update (2023-01-10) 2023-01-10 22:31:49 +01:00
.Xresources Dotfiles config update (2022-05-26) 2022-05-26 23:26:07 +02:00
.zshrc Dotfiles config update (2022-04-15) 2022-04-15 20:42:36 +02:00
Dependencies.md Update README files 2024-05-01 11:07:53 +02:00
install-config.sh Dotfiles config update (2022-05-21) 2022-05-21 21:23:14 +02:00
README-dwm.md Update README files 2024-05-01 11:07:53 +02:00
README-i3.md Update README files 2024-05-01 11:07:53 +02:00
README-qtile.md Update README files 2024-05-01 11:07:53 +02:00
README-spectrwm.md Update README files 2024-05-01 11:07:53 +02:00
README-sway.md Update README files 2024-05-01 11:07:53 +02:00
README.md README.md 2024-05-01 11:09:26 +02:00

dotfiles - My tiling Qtile, Spectrwm, i3, Dwm & Sway configurations (for Arch/Devuan/Debian)

My configurations:

qtile

Installation:

  • Install dependencies:

  • Install configuration (dotfiles):

    • Clone repository and copy files to your home:

      $ git clone https://git.q3aql.dev/q3aql/dotfiles
      $ cd dotfiles
      $ chmod +x install-config.sh
      $ ./install-config.sh
      $ sudo pip install psutils
      

Configuration:

  • Network Manager (Connman or NetWorkManager):

    • By default is enabled NetWorkManager as network manager:

    • If you prefer Connman, edit the file ~/.config/qtile/autostart.sh:

      #connman-gtk --tray &
      nm-applet
      
  • Monitor & resolution:

    • The configuration load my monitor configuration:

    • Use the command xrandr for show your config & edit the file ~/.config/qtile/startxrandr.sh:

      sleep 2
      xrandr --output DisplayPort-0 --mode 1920x1200 -r 59.95
      xrandr --output DisplayPort-1 --mode 1280x1024 -r 75.02 --rotate left --right-of DisplayPort-0
      
  • Wallpaper:

    • By default, the config load wallpaper on ~/wallpapers/archlinux2.jpg:

    • Edit ~/.config/qtile/autostart.sh for set your favorite wallpaper:

      sleep 3 && nitrogen --head=0 --set-scaled ~/wallpapers/archlinux2.jpg
      nitrogen --head=1 --set-zoom-fill ~/wallpapers/archlinux2.jpg
      
  • Set Screensaver (Optional):

    • The configuration file set xautolock with 20 minutes as screensaver:

    • You can change the program between xautolock and xscreensaver editing the file ~/.config/qtile/startscreensaver.sh:

      # Basic configuration variables
      ScreensaverProgram="xautolock" # Options: xautolock or xscreensaver
      ScreensaverTime="20" # 20 minutes (only for xautolock)
      

Keys configuration:

My list of extra combinations:

- Super + Tab = Next Layout
- Super + Shift + Tab = Previous Layout
- Super + Shift + f = Floating Window
- Super + p = Open Rofi (run mode)
- Super + o = Open Rofi (drun mode)
- Super + d = Open Dmenu
- Super + b = Open Firefox
- Super + n = Open PCManFM
- Super + t = Open Rofi Theme Selector
- Super + g = Open Geany
- Super + m = Open Telegram 
- Super + z = Open Nitrogen 
- Super + x = Open LXRandr
- Super + u = Open Xterm
- Super + i = Open LXAppearance
- Super + v = Open Pavucontrol
- Super + s = Open Screenshooter
- Volume-Up = Volume +5
- Volume-Down = Volume -5
- VolumeMute = Mute Volume
- Super + Shift + q = Kill