forked from logan/dotfiles
Updated Hyprland configs
This commit is contained in:
parent
6a4e7886ec
commit
1c95378767
3 changed files with 14 additions and 9 deletions
3
.config/hypr/.gitignore
vendored
3
.config/hypr/.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
conf.d/custom.conf
|
||||
conf.d/override.conf
|
||||
conf.d/vars.conf
|
||||
hyprpaper.conf
|
||||
|
|
|
@ -8,8 +8,9 @@
|
|||
# For a full list, see the wiki (basic and advanced configuring)
|
||||
#
|
||||
|
||||
source=~/.config/hypr/conf.d/vars.conf
|
||||
|
||||
monitor=,preferred,auto,1
|
||||
workspace=DP-1,1
|
||||
|
||||
input {
|
||||
kb_file=
|
||||
|
@ -96,7 +97,7 @@ bind=SUPERSHIFT,Q,killactive,
|
|||
bind=SUPERSHIFT,E,exit,
|
||||
bind=SUPERSHIFT,Space,togglefloating,
|
||||
bind=SUPERSHIFT,c,exec,pkill waybar && waybar -c ~/.config/waybar/hyprland
|
||||
bind=CTRLALT,l,exec,swaylock -e -F -f -i ~/Pictures/orion-nebula-5120x2880-hubble-space-telescope-nasa-hd-5k-1933.jpg
|
||||
bind=CTRLALT,l,exec,swaylock -e -F -f -i $lockBG
|
||||
bind=SUPER,D,exec,wofi --show drun --allow-images -G -i --define=drun-print_command=true | sed -e 's/%[A-Za-z0-9]*/ /g' | xargs hyprctl dispatch exec
|
||||
bind=,Print,exec,grim -g "$(slurp)" - | swappy -f -
|
||||
bind=SUPER,P,pseudo,
|
||||
|
@ -168,4 +169,4 @@ exec-once = wl-paste --type image --watch cliphist store #Stores only image data
|
|||
exec-once = lxqt-policykit-agent
|
||||
exec-once = hyprpaper
|
||||
|
||||
source=~/.config/hypr/conf.d/custom.conf
|
||||
source = ~/.config/hypr/conf.d/override.conf
|
||||
|
|
3
.config/hypr/hyprpaper.conf.example
Normal file
3
.config/hypr/hyprpaper.conf.example
Normal file
|
@ -0,0 +1,3 @@
|
|||
preload = ~/Pictures/orion-nebula-5120x2880-hubble-space-telescope-nasa-hd-5k-1933.jpg
|
||||
|
||||
wallpaper=,~/Pictures/orion-nebula-5120x2880-hubble-space-telescope-nasa-hd-5k-1933.jpg
|
Loading…
Reference in a new issue