Ajustements README et commentaires dans hyprland.conf
This commit is contained in:
parent
76ac0cc33b
commit
0848f0a60a
@ -1,12 +1,14 @@
|
|||||||
|
# MONITORS
|
||||||
monitor = DP-2, 2560x1440@144, 0x0, 1
|
monitor = DP-2, 2560x1440@144, 0x0, 1
|
||||||
monitor = HDMI-A-2, 1920x1080@75, 2560x360, 1
|
monitor = HDMI-A-2, 1920x1080@75, 2560x360, 1
|
||||||
monitor = HDMI-A-1, 1920x1080@60, 2920x1440, 1.5
|
monitor = HDMI-A-1, 1920x1080@60, 2920x1440, 1.5
|
||||||
|
|
||||||
|
# AUTOSTART
|
||||||
exec-once = dunst
|
exec-once = dunst
|
||||||
exec-once = /home/merlin/.cargo/bin/ironbar
|
exec-once = /home/merlin/.cargo/bin/ironbar
|
||||||
exec-once = sleep 10 && syncthing
|
exec-once = sleep 10 && syncthing
|
||||||
|
|
||||||
|
# LOOK AND FEEL
|
||||||
input {
|
input {
|
||||||
kb_layout = ca
|
kb_layout = ca
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
@ -23,9 +25,12 @@ misc {
|
|||||||
disable_hyprland_logo = true
|
disable_hyprland_logo = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# KEYBINDS
|
||||||
bind = SUPER, RETURN, exec, alacritty
|
bind = SUPER, RETURN, exec, alacritty
|
||||||
bind = SUPER, D, exec, sirula
|
bind = SUPER, D, exec, sirula
|
||||||
bind = SUPER, F, fullscreen
|
bind = SUPER, F, fullscreen
|
||||||
|
bind = SUPER, PRINT, exec, slurp | grim -g - - | wl-copy
|
||||||
|
bind = SUPERSHIFT, PRINT, exec, slurp | grim -g - screenshot.png
|
||||||
bind = SUPERSHIFT, Q, killactive
|
bind = SUPERSHIFT, Q, killactive
|
||||||
|
|
||||||
bind=SUPER,j,movefocus,d
|
bind=SUPER,j,movefocus,d
|
||||||
|
|||||||
11
README.md
11
README.md
@ -1,21 +1,22 @@
|
|||||||
# dotfiles
|
# dotfiles
|
||||||
|
|
||||||
This repo contains all the dotfiles for my minimalist i3 setup
|
This repo contains all the dotfiles for my minimalist hyprland setup
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
Make sure you've got these packages before installing
|
Make sure you've got these packages before installing
|
||||||
|
|
||||||
- picom
|
|
||||||
- alacritty
|
- alacritty
|
||||||
- zsh
|
- zsh
|
||||||
- oh-my-zsh
|
- oh-my-zsh
|
||||||
- zsh-syntax-highlighting
|
- zsh-syntax-highlighting
|
||||||
- thunar
|
- thunar
|
||||||
- firefox
|
- librewolf
|
||||||
- rofi
|
- sirula
|
||||||
- dunst
|
- dunst
|
||||||
- flameshot
|
- slurp
|
||||||
|
- grim
|
||||||
|
- ironbar
|
||||||
- pango
|
- pango
|
||||||
- nerd-fonts
|
- nerd-fonts
|
||||||
- stow
|
- stow
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user