modication des binds
This commit is contained in:
parent
0706188e65
commit
aaf6fc8fdd
4 changed files with 30 additions and 17 deletions
|
|
@ -4,3 +4,4 @@ file:///home/fy59/Musique
|
|||
file:///home/fy59/Images
|
||||
file:///home/fy59/Vid%C3%A9os
|
||||
file:///home/fy59/T%C3%A9l%C3%A9chargements
|
||||
file:///home/fy59/Pictures/Assets/
|
||||
|
|
|
|||
|
|
@ -4,22 +4,30 @@
|
|||
# #
|
||||
##############################
|
||||
|
||||
# Applications principales
|
||||
# Applications system
|
||||
binds=SUPER,Return,spawn,kitty
|
||||
binds=SUPER+Shift,b,spawn,blueman-manager
|
||||
binds=SUPER,b,spawn,chromium
|
||||
binds=SUPER+Shift,f,spawn,firefox
|
||||
binds=SUPER+Shift,XF86Assistant,spawn,perplexity
|
||||
binds=SUPER,m,spawn,spotify-launcher
|
||||
binds=SUPER+Shift,b,spawn,blueman-manager
|
||||
binds=SUPER+Ctrl,l,spawn,swaylock
|
||||
binds=SUPER+Ctrl,e,spawn,wofi --cache-file=/dev/null -Dimage_size=26 -Dynamic_lines=true --location top --yoffset=10 --width=600 --height=300 --gtk-dark --show drun
|
||||
binds=SUPER,t,spawn,thunderbird
|
||||
binds=SUPER+Shift,p,spawn,proton-pass
|
||||
binds=SUPER+Shift,m,spawn,protonmail-bridge
|
||||
binds=SUPER+Shift,v,spawn,virt-manager
|
||||
binds=SUPER+Shift,t,spawn,thunar
|
||||
binds=alt,p,toggle_named_scratchpad,Proton Pass,none,proton-pass
|
||||
binds=SUPER+SHIFT,b,spawn,blueman-manager
|
||||
binds=SUPER+SHIFT,p,spawn,proton-pass
|
||||
binds=ALT,p,toggle_named_scratchpad,Proton Pass,none,proton-pass
|
||||
binds=SUPER+SHIFT,m,spawn,protonmail-bridge
|
||||
binds=SUPER+CTRL,l,spawn,swaylock
|
||||
binds=SUPER+CTRL,e,spawn,wofi --cache-file=/dev/null -Dimage_size=26 -Dynamic_lines=true --location top --yoffset=10 --width=600 --height=300 --gtk-dark --show drun
|
||||
binds=SUPER,v,spawn,~/.config/mango/scripts/copypast
|
||||
binds=NONE,Print,spawn,~/.config/mango/scripts/screenshot-clip.sh
|
||||
|
||||
# Browsers & net
|
||||
binds=SUPER,b,spawn,chromium
|
||||
binds=SUPER+SHIFT,f,spawn,firefox
|
||||
binds=SUPER,t,spawn,thunderbird
|
||||
|
||||
# IA's
|
||||
binds=SUPER+SHIFT,XF86Assistant,spawn,perplexity
|
||||
binds=SUPER,m,spawn,spotify-launcher
|
||||
|
||||
# Virtualisation
|
||||
binds=SUPER+SHIFT,v,spawn,virt-manager
|
||||
|
||||
# Fichiers
|
||||
binds=SUPER+SHIFT,t,spawn,thunar
|
||||
binds=ALT,y,spawn,kitty --class kitty-yazi -- sh -c "yazi"
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
binds=ALT,e,set_proportion,0.5
|
||||
binds=ALT+SHIFT,e,set_proportion,1
|
||||
binds=ALT,x,switch_proportion_preset,
|
||||
|
||||
# switch layou5
|
||||
binds=SUPER,n,switch_layout
|
||||
|
||||
|
|
@ -30,8 +31,8 @@ bind=NONE,XF86MonBrightnessDown,spawn,brightnessctl set 2%-
|
|||
bind=SHIFT,XF86MonBrightnessDown,spawn,brightnessctl set 10%
|
||||
|
||||
# Volume
|
||||
bind=NONE,XF86AudioRaiseVolume,spawn,wpctl set-volume @DEFAULT_SINK@ 5%+
|
||||
bind=NONE,XF86AudioLowerVolume,spawn,wpctl set-volume @DEFAULT_SINK@ 5%-
|
||||
bind=NONE,XF86AudioRaiseVolume,spawn,wpctl set-volume @DEFAULT_SINK@ 2%+
|
||||
bind=NONE,XF86AudioLowerVolume,spawn,wpctl set-volume @DEFAULT_SINK@ 2%-
|
||||
bind=NONE,XF86AudioMute,spawn,wpctl set-mute @DEFAULT_SINK@ toggle
|
||||
bind=SHIFT,XF86AudioMute,spawn,wpctl set-mute @DEFAULT_SOURCE@ toggle
|
||||
|
||||
|
|
|
|||
|
|
@ -30,3 +30,6 @@ windowrule=isnamedscratchpad:1,width:1000,height:700,appid:Proton Pass
|
|||
# layer rule
|
||||
layerrule=animation_type_open:slide,layer_name:wofi
|
||||
layerrule=animation_type_close:slide,layer_name:wofi
|
||||
|
||||
# Specifics rules
|
||||
windowrule=scroller_proportion:0.5,appid:kitty-yazi
|
||||
|
|
|
|||
Loading…
Reference in a new issue