Compare commits
6 commits
c87558574d
...
2f1b3fc090
Author | SHA1 | Date | |
---|---|---|---|
2f1b3fc090 | |||
deb0db6ec0 | |||
205575056c | |||
8fd1741c7f | |||
071f45d111 | |||
64d37c19da |
2 changed files with 22 additions and 22 deletions
|
@ -6,8 +6,8 @@
|
|||
bind=ALT,A,exec,footclient nvim
|
||||
bind=ALT,B,exec,swaylock
|
||||
bind=ALT,E,exec,dolphin
|
||||
bind=ALT,F,exec,${XDG_CONFIG_HOME:-~/.config}/hypr/plumbing.sh
|
||||
bind=ALT,G,exec,${XDG_CONFIG_HOME:-~/.config}/hypr/plumbing.sh clip
|
||||
bind=ALT,G,exec,${XDG_CONFIG_HOME:-~/.config}/hypr/plumbing.sh
|
||||
bind=ALT,C,exec,${XDG_CONFIG_HOME:-~/.config}/hypr/plumbing.sh clip
|
||||
bind=ALT,RETURN,exec,footclient
|
||||
bindr=ALTSHIFT,RETURN,exec,pkill wofi || wofi -S drun --allow-images
|
||||
|
||||
|
@ -15,7 +15,6 @@ bindr=ALTSHIFT,RETURN,exec,pkill wofi || wofi -S drun --allow-images
|
|||
# Basic Actions
|
||||
bind=ALT,Q,killactive,
|
||||
bind=ALT,V,togglefloating,
|
||||
bind=ALTSHIFT,F,fullscreen,1
|
||||
bind=ALTSHIFT,M,fullscreen,0
|
||||
bind=SUPER,M,exec,hyprctl dispatch exit 0
|
||||
|
||||
|
@ -66,6 +65,16 @@ bind=ALTSHIFT,k,swapwindow, u
|
|||
bind=ALTSHIFT,h,swapwindow, l
|
||||
bind=ALTSHIFT,l,swapwindow, r
|
||||
|
||||
## Special Workspaces ##
|
||||
|
||||
# Firefox
|
||||
bind=ALT,F,togglespecialworkspace,firefox
|
||||
bind=ALTSHIFT,F,movetoworkspace,special:firefox
|
||||
|
||||
# Chat Programs
|
||||
bind=ALT,D,togglespecialworkspace,chat
|
||||
bind=ALTSHIFT,D,movetoworkspace,special:chat
|
||||
|
||||
# Switch Workspace Bindings
|
||||
bind=ALT,1,workspace,1
|
||||
bind=ALT,2,workspace,2
|
||||
|
@ -90,24 +99,16 @@ bind=ALTSHIFT,8,movetoworkspace,8
|
|||
bind=ALTSHIFT,9,movetoworkspace,9
|
||||
bind=ALTSHIFT,10,movetoworkspace,0
|
||||
|
||||
# Submap for resizing windows
|
||||
bind=ALT,R,submap,resize # will switch to a submap called resize
|
||||
## Resizing Windows ##
|
||||
binde=SUPER,L,resizeactive,10 0
|
||||
binde=SUPER,H,resizeactive,-10 0
|
||||
binde=SUPER,K,resizeactive,0 -10
|
||||
binde=SUPER,J,resizeactive,0 10
|
||||
|
||||
submap=resize # will start a submap called "resize"
|
||||
|
||||
binde=,L,resizeactive,10 0
|
||||
binde=,H,resizeactive,-10 0
|
||||
binde=,K,resizeactive,0 -10
|
||||
binde=,J,resizeactive,0 10
|
||||
|
||||
binde=SHIFT,L,resizeactive,50 0
|
||||
binde=SHIFT,H,resizeactive,-50 0
|
||||
binde=SHIFT,K,resizeactive,0 -50
|
||||
binde=SHIFT,J,resizeactive,0 50
|
||||
|
||||
bind=ALT,R,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.
|
||||
binde=SUPERSHIFT,L,resizeactive,50 0
|
||||
binde=SUPERSHIFT,H,resizeactive,-50 0
|
||||
binde=SUPERSHIFT,K,resizeactive,0 -50
|
||||
binde=SUPERSHIFT,J,resizeactive,0 50
|
||||
|
||||
# Submap to disable all keybinds (for blender)
|
||||
bind=ALT,U,submap,clean
|
||||
|
|
|
@ -56,8 +56,6 @@ decoration {
|
|||
vibrancy_darkness=0.5
|
||||
}
|
||||
|
||||
# Shadow
|
||||
|
||||
# Other
|
||||
rounding=15
|
||||
inactive_opacity=.8
|
||||
|
@ -75,6 +73,7 @@ animations {
|
|||
animation = borderangle, 1, 8, default
|
||||
animation = fade, 1, 3, default
|
||||
animation = workspaces, 1, 1, fast
|
||||
animation = specialWorkspace, 0
|
||||
}
|
||||
|
||||
dwindle {
|
||||
|
|
Loading…
Reference in a new issue