mirror of
https://github.com/mrfluffy-dev/dotfiles.git
synced 2026-01-17 05:40:34 +00:00
did it again dont remember jack what I changed just know its better
This commit is contained in:
@@ -8,12 +8,13 @@
|
||||
# For a full list, see the wiki (basic and advanced configuring)
|
||||
#
|
||||
exec-once=hyprctl setcursor Simp1e 16
|
||||
exec-once=~/.config/script/theme-fix
|
||||
exec-once=waybar
|
||||
exec-once=systemctl --user restart xdg-desktop-portal
|
||||
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||
exec-once=~/.config/script/waylock.sh
|
||||
exec-once=~/.azotebg
|
||||
exec-once=xrdb -merge ~/.Xresources
|
||||
exec-once=foot --server
|
||||
|
||||
|
||||
|
||||
@@ -38,7 +39,6 @@ input {
|
||||
general {
|
||||
sensitivity=1.0 # for mouse cursor
|
||||
main_mod=ALT
|
||||
layout=master
|
||||
gaps_in=5
|
||||
gaps_out=5
|
||||
border_size=2
|
||||
@@ -51,6 +51,7 @@ general {
|
||||
}
|
||||
|
||||
decoration {
|
||||
blur_new_optimizations = true
|
||||
rounding=10
|
||||
blur=1
|
||||
blur_size=3 # minimum 1
|
||||
@@ -68,12 +69,15 @@ animations {
|
||||
animation=workspaces,1,6,default
|
||||
}
|
||||
|
||||
master {
|
||||
new_is_master=false
|
||||
}
|
||||
|
||||
dwindle {
|
||||
pseudotile=0 # enable pseudotiling on dwindle
|
||||
force_split=2
|
||||
col.group_border=0xff282a36
|
||||
col.group_border_active=0xff8218c4
|
||||
}
|
||||
|
||||
|
||||
master {
|
||||
}
|
||||
|
||||
|
||||
@@ -91,12 +95,13 @@ gestures {
|
||||
#windowrule=pseudo,abc
|
||||
#windowrule=monitor 0,xyz
|
||||
windowrule=tile,WebApp-ytmusic4224
|
||||
windowrule=tile,WebApp-discord5149
|
||||
|
||||
# example binds
|
||||
bind=ALT,Return,exec,kitty
|
||||
bind=ALT,Return,exec,footclient
|
||||
bind=ALT,Q,killactive,
|
||||
bind=ALT,F,exec,pcmanfm
|
||||
bind=ALT,B,exec,qutebrowser
|
||||
bind=ALT,B,exec,firefox
|
||||
bind=ALT,E,exec,emacs
|
||||
bind=,107,exec,~/.config/script/wayscreenshot.sh
|
||||
bind=SHIFT,107,exec,grim -g "$(slurp)" - | wl-copy
|
||||
@@ -115,8 +120,12 @@ bind=ALT,J,cyclenext,
|
||||
|
||||
bind=ALTSHIFT,H,movewindow,l
|
||||
bind=ALTSHIFT,L,movewindow,r
|
||||
bind=ALTSHIFT,K,movewindow,d
|
||||
bind=ALTSHIFT,J,movewindow,u
|
||||
bind=ALTSHIFT,K,movewindow,u
|
||||
bind=ALTSHIFT,J,movewindow,d
|
||||
|
||||
# move window with mouse
|
||||
bindm=ALT,mouse:272,movewindow
|
||||
bindm=ALT,mouse:273,resizewindow
|
||||
|
||||
# resize Mode with Alt + R : Press Escape to quit
|
||||
bind=ALT,R,submap,resize # will switch to a submap called resize
|
||||
@@ -130,6 +139,17 @@ bind=,j,resizeactive,0 30
|
||||
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.
|
||||
|
||||
# audio controlls
|
||||
bind=,XF86AudioRaiseVolume,exec,pamixer -i 5
|
||||
bind=,XF86AudioLowerVolume,exec,pamixer -d 5
|
||||
bind=,XF86AudioRaiseVolume,exec,pamixer --toggle-mute
|
||||
|
||||
# media controlles
|
||||
bind=,XF86AudioMedia,exec,playerctl play-pause
|
||||
bind=,XF86AudioPlay,exec,playerctl play-pause
|
||||
bind=,XF86AudioPrev,exec,playerctl previous
|
||||
bind=,XF86AudioNext,exec,playerctl next
|
||||
|
||||
bind=ALT,1,workspace,1
|
||||
bind=ALT,2,workspace,2
|
||||
bind=ALT,3,workspace,3
|
||||
@@ -154,3 +174,6 @@ bind=ALTSHIFT,0,movetoworkspace,10
|
||||
|
||||
bind=SUPER,mouse_down,workspace,e+1
|
||||
bind=SUPER,mouse_up,workspace,e-1
|
||||
|
||||
bind=ALT,49,togglegroup
|
||||
bind=ALT,tab,changegroupactive
|
||||
|
||||
Reference in New Issue
Block a user