changed keybinds
This commit is contained in:
parent
a524cfb5ff
commit
4494efefdb
2 changed files with 11 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
LocationMode=path-bar
|
||||
ShowHidden=false
|
||||
ShowSizeColumn=true
|
||||
GeometryX=5936
|
||||
GeometryX=4016
|
||||
GeometryY=763
|
||||
GeometryWidth=926
|
||||
GeometryHeight=657
|
||||
|
|
|
@ -10,7 +10,7 @@ bind = $secondaryMod SHIFT, XF86Eject, exec, reboot
|
|||
bind = $secondaryMod, XF86Launch1, exec, shutdown now
|
||||
bind = $secondaryMod SHIFT, XF86Launch1, exec, reboot
|
||||
|
||||
# Music controll
|
||||
# Music control
|
||||
bind = , XF86Tools, exec, playerctl previous
|
||||
bind = , XF86Launch5, exec, playerctl play-pause
|
||||
bind = , XF86Launch6, exec, playerctl next
|
||||
|
@ -21,7 +21,7 @@ bind = $secondaryMod SHIFT, s, exec, grim -g "$(slurp)" -c "/home/moonleay/Pictu
|
|||
bind = $secondaryMod Control_L, s, exec, grim -c "/home/moonleay/Pictures/Screenshots/$(date +'%s_grim_full.png')"
|
||||
|
||||
# Run application
|
||||
bind = $secondaryMod SHIFT, q, exec, librewolf
|
||||
bind = $secondaryMod, q, exec, librewolf
|
||||
|
||||
# Force app fullsceen
|
||||
bind = ALT_L, f, fullscreen
|
||||
|
@ -30,12 +30,18 @@ bind = ALT_L SHIFT, f, fakefullscreen
|
|||
# Custom rofi
|
||||
bind = $secondaryMod, TAB, exec, rofi -show window -show-icons
|
||||
|
||||
# Default Mappings
|
||||
bind = $secondaryMod, Q, exec, alacritty
|
||||
# Exit applications
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $secondaryMod, C, killactive,
|
||||
bind = $secondaryMod, M, exit,
|
||||
|
||||
# Run applications
|
||||
bind = $secondaryMod, T, exec, alacritty
|
||||
bind = $secondaryMod, E, exec, thunar
|
||||
|
||||
# Control open applications
|
||||
bind = $secondaryMod, V, togglefloating,
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $secondaryMod, R, exec, rofi -show drun -show-icons
|
||||
bind = $secondaryMod, P, pseudo, # dwindle
|
||||
bind = $secondaryMod, J, togglesplit, # dwindle
|
||||
|
|
Loading…
Reference in a new issue