feat(hypr): more hypr confs

This commit is contained in:
Price Hiller 2022-08-14 23:16:44 -05:00
parent bfa0205099
commit 132de400d1
3 changed files with 41 additions and 28 deletions

View File

@ -1,6 +1,5 @@
### Monitor Configuration ###
monitor=eDP-2,disabled
monitor=DP-3,preferred,auto,1
monitor=,preferred,auto,1
### Input Configuration ###
input {
@ -11,6 +10,8 @@ input {
kb_rules=
follow_mouse=1
repeat_rate=100
repeat_delay=300
touchpad {
natural_scroll=no
@ -34,21 +35,6 @@ general {
damage_tracking=full
}
decoration {
rounding=10
blur=true
blur_size=3
blur_passes=3
}
animations {
enabled=1
animation=windows,1,7,default
animation=border,1,10,default
animation=fade,1,10,default
animation=workspaces,1,6,default
}
dwindle {
pseudotile=0 # enable pseudotiling on dwindle
}
@ -58,4 +44,5 @@ gestures {
}
source=~/.config/hypr/wm/bindings.conf
source=~/.config/hypr/wm/appearance.conf
exec=~/.config/hypr/scripts/launch-waybar.bash

View File

@ -0,0 +1,16 @@
decoration {
rounding=10
blur=true
blur_size=3
blur_passes=3
}
animations {
enabled=1
animation=windows,1,7,default
animation=border,1,10,default
animation=fade,1,10,default
animation=workspaces,1,6,default
}
exec=swaybg -i ~/.local/share/wallpapers/TokyoNight.jpg -m "fill" -o '*'

View File

@ -8,6 +8,11 @@ binde=,left,resizeactive,-50 0
binde=,up,resizeactive,0 -50
binde=,down,resizeactive,0 50
binde=,l,resizeactive,50 0
binde=,h,resizeactive,-50 0
binde=,k,resizeactive,0 -50
binde=,j,resizeactive,0 50
bind=,escape,submap,reset # use reset to go back to the global submap
submap=reset # will reset the submap, meaning end the current one and return to the global one.
@ -21,16 +26,16 @@ bind=,left,movewindow,l
bind=,up,movewindow,u
bind=,down,movewindow,d
bind=,l,movewindow,r
bind=,h,movewindow,l
bind=,k,movewindow,u
bind=,j,movewindow,d
bind=,escape,submap,reset
submap=reset
bind=SUPERSHIFT,right,movewindow,r
bind=SUPERSHIFT,left,movewindow,l
bind=SUPERSHIFT,up,movewindow,u
bind=SUPERSHIFT,down,movewindow,d
bind=SUPER,RETURN,exec,wezterm
bind=SUPER,SPACE,exec,wofi --show drun -o DP-3
bind=SUPER,SPACE,exec,wofi --show drun
bind=SUPER,F,fullscreen
bind=SUPER,Q,killactive,
bind=SUPER,V,togglefloating,
@ -45,13 +50,18 @@ bind=SUPER,right,movefocus,r
bind=SUPER,up,movefocus,u
bind=SUPER,down,movefocus,d
bind=SUPER,h,movefocus,l
bind=SUPER,l,movefocus,r
bind=SUPER,k,movefocus,u
bind=SUPER,j,movefocus,d
### Workspaces ###
bind=SUPER,H,workspace,-1
bind=SUPER,L,workspace,+1
bind=SUPER,a,workspace,-1
bind=SUPER,s,workspace,+1
bind=SUPERSHIFT,H,movetoworkspace,-1
bind=SUPERSHIFT,L,movetoworkspace,+1
bind=SUPERSHIFT,a,movetoworkspace,-1
bind=SUPERSHIFT,s,movetoworkspace,+1
bind=SUPER,1,workspace,1
bind=SUPER,2,workspace,2
@ -75,7 +85,7 @@ bind=SUPERSHIFT,8,movetoworkspace,8
bind=SUPERSHIFT,9,movetoworkspace,9
### Special Workspace ###
bind=SUPER,S,submap,specialworkspace
bind=SUPER,J,submap,specialworkspace
submap=specialworkspace
bind=,s,togglespecialworkspace