misc: more configuration on looks and slight improvements

This commit is contained in:
Fabio Lenherr 2022-09-02 01:29:10 +02:00
parent 89af4e3b36
commit 07b5b7dc15
No known key found for this signature in database
GPG key ID: 868FFD689D878939
5 changed files with 101 additions and 72 deletions

View file

@ -1,15 +1,4 @@
########################################################################################
AUTOGENERATED HYPR CONFIG.
PLEASE USE THE CONFIG PROVIDED IN THE GIT REPO /examples/hypr.conf AND EDIT IT,
OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS.
########################################################################################
#
# Please note not all available settings / options are set here.
# For a full list, see the wiki (basic and advanced configuring)
#
#
#fix the fucking portal
exec-once=systemctl --user import-environment
@ -21,7 +10,7 @@ autogenerated=0 # remove this line to get rid of the warning on top.
monitor=,preferred,auto,1
input {
kb_file=
kb_file=/home/dashie/.config/keymap.xkb #us with dead_diaeresis on shift + ' to get ä ö ü
kb_layout=
kb_variant=
kb_model=
@ -58,7 +47,7 @@ decoration {
blur=1
blur_size=3 # minimum 1
blur_passes=1 # minimum 1
blur_new_optimizations=1
blur_new_optimizations=true
}
animations {
@ -70,6 +59,7 @@ animations {
}
dwindle {
preserve_split=true
pseudotile=0 # enable pseudotiling on dwindle
}
@ -77,13 +67,17 @@ gestures {
workspace_swipe=yes
}
misc {
animate_manual_resizes=true
}
#reserve place for bar
#monitor=eDP-1,addreserved,45,0,0,0
# example window rules
# for windows named/classed as abc and xyz
windowrule=tile,^(.*)(Spotify)(.*)$
windowrule=center,^(.*)$
#windowrule=size 420 69,abc
#windowrule=tile,xyz
#windowrule=float,abc
#windowrule=pseudo,abc
@ -98,13 +92,18 @@ bind=SUPER,M,exit,
bind=SUPER,E,exec,nautilus --new-window
bind=SUPER,V,togglefloating,
bind=SUPER,R,exec,wofi --show drun -o DP-3
bind=SUPER,P,exec,eww reload
bind=SUPER,B,exec,eww close-all
bind=SUPER,C,togglesplit
bind=SUPER,backslash,layoutmsg,cyclenext
bind=SUPER,left,movefocus,l
bind=SUPER,right,movefocus,r
bind=SUPER,up,movefocus,u
bind=SUPER,down,movefocus,d
bind=SUPER,bracketleft,movefocus,l
bind=SUPER,bracketright,movefocus,r
bind=SUPER,semicolon,movefocus,u
bind=SUPER,apostrophe,movefocus,d
bind=SUPER,left,movewindow,l
bind=SUPER,right,movewindow,r
bind=SUPER,up,movewindow,u
bind=SUPER,down,movewindow,d
bind=SUPER,1,workspace,1
bind=SUPER,2,workspace,2
@ -131,8 +130,8 @@ bind=ALT,0,movetoworkspace,10
bind=SUPER,mouse_down,workspace,e+1
bind=SUPER,mouse_up,workspace,e-1
bind=SUPER,I,resizeactive,-20 0
bind=SUPER,O,resizeactive,20 0
bind=SUPER,O,resizeactive,-20 0
bind=SUPER,P,resizeactive,20 0
bind=SUPER,K,resizeactive,0 -20
bind=SUPER,L,resizeactive,0 20