Updates
This commit is contained in:
parent
f1284c8475
commit
c75c930c71
30
README.md
30
README.md
|
@ -1,7 +1,6 @@
|
|||
# ML4W dotfiles
|
||||
|
||||
This is the configuration of my Arch linux based installation.
|
||||
I'm using the Hyprland (Wayland) and Qtile (Xorg).
|
||||
This is the configuration of my Arch linux based installation for Hyprland (Wayland) and Qtile (Xorg).
|
||||
|
||||
## Common Packages
|
||||
|
||||
|
@ -12,16 +11,19 @@ I'm using the Hyprland (Wayland) and Qtile (Xorg).
|
|||
- Menus: Rofi
|
||||
- Colorscheme: pywal (dynamic)
|
||||
- Browsers: brave, chromium
|
||||
- Filemanager: ranger, Thunar
|
||||
- Filemanager: Neutilus, ranger, Thunar
|
||||
- Cursor: Bibata Modern Classic
|
||||
- Icons: breeze-dark
|
||||
- Icons: Kora-Icon-Theme
|
||||
- Theme: Breeze-dark
|
||||
- Virtual Machine: qemu (Windows 11 with looking glass and xrdp)
|
||||
|
||||
## Hyprland
|
||||
|
||||
- Status Bar: waybar
|
||||
- Screenshots: grim
|
||||
- Screenshots: grim & slurp
|
||||
- Clipboard Manager: cliphist
|
||||
- Logout: wlogout
|
||||
- Screenlock: swaylock-effects
|
||||
|
||||
## Qtile
|
||||
|
||||
|
@ -31,11 +33,16 @@ I'm using the Hyprland (Wayland) and Qtile (Xorg).
|
|||
|
||||
## Templating
|
||||
|
||||
Included is a pywal configuration that changes the color scheme based on a randomly selected wallpaper. Just type w in a terminal (or SuperKey + Shift + w). SuperKey + Ctrl + w opens rofi with a list of installed wallpapers for individual selection. See also the .bashrc for more alias definitions.
|
||||
Included is a pywal configuration that changes the color scheme based on a randomly selected wallpaper. With the key binding SuperKey + Shift + w you can change the wallpaper. SuperKey + Ctrl + w opens rofi with a list of installed wallpapers for your individual selection. See also the .bashrc and the key bindings on Hyprland and Qtile for more alias definitions.
|
||||
|
||||
## Screenshots & Video
|
||||
|
||||
<a href="http://www.youtube.com/watch?feature=player_embedded&v=EujO_5KvCCo" target="_blank"><img src="screenshots/hyprland1.png" alt="Click to watch on YouTube" /></a>
|
||||
<a href="http://www.youtube.com/watch?feature=player_embedded&v=EujO_5KvCCo" target="_blank"><img src="screenshots/screenshot-23-1.png" alt="Click to watch on YouTube" /></a>
|
||||
|
||||
<a href="http://www.youtube.com/watch?feature=player_embedded&v=EujO_5KvCCo" target="_blank"><img src="screenshots/screenshot-23-2.png" alt="Click to watch on YouTube" /></a>
|
||||
|
||||
<a href="http://www.youtube.com/watch?feature=player_embedded&v=EujO_5KvCCo" target="_blank"><img src="screenshots/screenshot-23-3.png" alt="Click to watch on YouTube" /></a>
|
||||
|
||||
<a href="http://www.youtube.com/watch?feature=player_embedded&v=EujO_5KvCCo" target="_blank">Watch on YouTube</a>
|
||||
|
||||
<b><a href="https://gitlab.com/stephan-raabe/dotfiles/-/tree/main/screenshots?ref_type=heads">You can find more screenshots here.</a></b>
|
||||
|
@ -44,10 +51,17 @@ Included is a pywal configuration that changes the color scheme based on a rando
|
|||
|
||||
To make it easy for you to get started with my dotfiles, here's a list of recommended next steps.
|
||||
|
||||
PLEASE BACKUP YOUR EXISTING .config WITH YOUR DOTFILES BEFORE STARTING THE SCRIPTS.
|
||||
|
||||
```
|
||||
# Make sure that you're in your home directory
|
||||
cd
|
||||
|
||||
# Clone the repository from your home directory
|
||||
git clone https://gitlab.com/stephan-raabe/dotfiles.git
|
||||
|
||||
# Or download the lastest version and unzip into ~/dotfiles folder
|
||||
|
||||
# Change into the new dotfiles folder
|
||||
cd dotfiles
|
||||
|
||||
|
@ -63,5 +77,5 @@ cd dotfiles
|
|||
./3-install-dotfiles.sh
|
||||
|
||||
```
|
||||
|
||||
Please note that every Arch Linux system is different and I cannot guarantee that everything works fine on your system.
|
||||
|
||||
|
|
|
@ -18,9 +18,9 @@ $keyboardlayout=de
|
|||
# Monitor Setup
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
# -----------------------------------------------------
|
||||
# monitor=,2560x1440@120,auto,1
|
||||
monitor=,preferred,auto,1
|
||||
# monitor=,1920x1080,auto,1
|
||||
# monitor=,2560x1440@120,auto,1
|
||||
# monitor=,1920x1080@120,auto,1
|
||||
|
||||
# -----------------------------------------------------
|
||||
# Autostart & Environment
|
||||
|
|
Loading…
Reference in New Issue
Block a user