Compare commits

..

No commits in common. "2f1b3fc090fb68ec577d2c695fc506022db59ef2" and "c87558574d5666fdd0776087922b9650c65edf49" have entirely different histories.

2 changed files with 22 additions and 22 deletions

View file

@ -6,8 +6,8 @@
bind=ALT,A,exec,footclient nvim bind=ALT,A,exec,footclient nvim
bind=ALT,B,exec,swaylock bind=ALT,B,exec,swaylock
bind=ALT,E,exec,dolphin bind=ALT,E,exec,dolphin
bind=ALT,G,exec,${XDG_CONFIG_HOME:-~/.config}/hypr/plumbing.sh bind=ALT,F,exec,${XDG_CONFIG_HOME:-~/.config}/hypr/plumbing.sh
bind=ALT,C,exec,${XDG_CONFIG_HOME:-~/.config}/hypr/plumbing.sh clip bind=ALT,G,exec,${XDG_CONFIG_HOME:-~/.config}/hypr/plumbing.sh clip
bind=ALT,RETURN,exec,footclient bind=ALT,RETURN,exec,footclient
bindr=ALTSHIFT,RETURN,exec,pkill wofi || wofi -S drun --allow-images bindr=ALTSHIFT,RETURN,exec,pkill wofi || wofi -S drun --allow-images
@ -15,6 +15,7 @@ bindr=ALTSHIFT,RETURN,exec,pkill wofi || wofi -S drun --allow-images
# Basic Actions # Basic Actions
bind=ALT,Q,killactive, bind=ALT,Q,killactive,
bind=ALT,V,togglefloating, bind=ALT,V,togglefloating,
bind=ALTSHIFT,F,fullscreen,1
bind=ALTSHIFT,M,fullscreen,0 bind=ALTSHIFT,M,fullscreen,0
bind=SUPER,M,exec,hyprctl dispatch exit 0 bind=SUPER,M,exec,hyprctl dispatch exit 0
@ -65,16 +66,6 @@ bind=ALTSHIFT,k,swapwindow, u
bind=ALTSHIFT,h,swapwindow, l bind=ALTSHIFT,h,swapwindow, l
bind=ALTSHIFT,l,swapwindow, r 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 # Switch Workspace Bindings
bind=ALT,1,workspace,1 bind=ALT,1,workspace,1
bind=ALT,2,workspace,2 bind=ALT,2,workspace,2
@ -99,16 +90,24 @@ bind=ALTSHIFT,8,movetoworkspace,8
bind=ALTSHIFT,9,movetoworkspace,9 bind=ALTSHIFT,9,movetoworkspace,9
bind=ALTSHIFT,10,movetoworkspace,0 bind=ALTSHIFT,10,movetoworkspace,0
## Resizing Windows ## # Submap for resizing windows
binde=SUPER,L,resizeactive,10 0 bind=ALT,R,submap,resize # will switch to a submap called resize
binde=SUPER,H,resizeactive,-10 0
binde=SUPER,K,resizeactive,0 -10
binde=SUPER,J,resizeactive,0 10
binde=SUPERSHIFT,L,resizeactive,50 0 submap=resize # will start a submap called "resize"
binde=SUPERSHIFT,H,resizeactive,-50 0
binde=SUPERSHIFT,K,resizeactive,0 -50 binde=,L,resizeactive,10 0
binde=SUPERSHIFT,J,resizeactive,0 50 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.
# Submap to disable all keybinds (for blender) # Submap to disable all keybinds (for blender)
bind=ALT,U,submap,clean bind=ALT,U,submap,clean

View file

@ -56,6 +56,8 @@ decoration {
vibrancy_darkness=0.5 vibrancy_darkness=0.5
} }
# Shadow
# Other # Other
rounding=15 rounding=15
inactive_opacity=.8 inactive_opacity=.8
@ -73,7 +75,6 @@ animations {
animation = borderangle, 1, 8, default animation = borderangle, 1, 8, default
animation = fade, 1, 3, default animation = fade, 1, 3, default
animation = workspaces, 1, 1, fast animation = workspaces, 1, 1, fast
animation = specialWorkspace, 0
} }
dwindle { dwindle {