config/hyprland ahrc-laptop : mise à jour
This commit is contained in:
parent
a871399b64
commit
7f30e16270
3 changed files with 17 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Open terminal
|
# Open terminal
|
||||||
bind = SUPER, Return, exec, $terminal
|
bind = SUPER, Space, exec, $terminal
|
||||||
bind = SUPER SHIFT, Return, exec, $terminal -e sudo -i
|
bind = SUPER SHIFT, Space, exec, $terminal -e sudo -i
|
||||||
|
|
||||||
# Workspaces
|
# Workspaces
|
||||||
#bind = SUPER, equal, movetoworkspace, special
|
#bind = SUPER, equal, movetoworkspace, special
|
||||||
|
@ -21,7 +21,7 @@ bind = SUPER Alt_L, Return, exec, hyprswapworkspaces
|
||||||
# Windows
|
# Windows
|
||||||
bindm = SUPER, mouse:272, movewindow
|
bindm = SUPER, mouse:272, movewindow
|
||||||
bindm = SUPER, mouse:273, resizewindow
|
bindm = SUPER, mouse:273, resizewindow
|
||||||
bind = SUPER SHIFT, Q, killactive
|
bind = SUPER SHIFT, Q, hy3:killactive
|
||||||
bind = SUPER SHIFT, 10, movetoworkspacesilent, 1
|
bind = SUPER SHIFT, 10, movetoworkspacesilent, 1
|
||||||
bind = SUPER SHIFT, 11, movetoworkspacesilent, 2
|
bind = SUPER SHIFT, 11, movetoworkspacesilent, 2
|
||||||
bind = SUPER SHIFT, 12, movetoworkspacesilent, 3
|
bind = SUPER SHIFT, 12, movetoworkspacesilent, 3
|
||||||
|
@ -32,12 +32,13 @@ bind = SUPER SHIFT, V, movetoworkspacesilent, 7
|
||||||
bind = SUPER SHIFT, C, movetoworkspacesilent, 8
|
bind = SUPER SHIFT, C, movetoworkspacesilent, 8
|
||||||
bind = SUPER SHIFT, X, movetoworkspacesilent, 9
|
bind = SUPER SHIFT, X, movetoworkspacesilent, 9
|
||||||
bind = SUPER SHIFT, W, movetoworkspacesilent, 10
|
bind = SUPER SHIFT, W, movetoworkspacesilent, 10
|
||||||
bind = SUPER SHIFT, space, pin, active
|
# bind = SUPER SHIFT, space, pin, active
|
||||||
bind = SUPER SHIFT, A, hy3:movewindow, l
|
bind = SUPER SHIFT, A, hy3:movewindow, l
|
||||||
bind = SUPER SHIFT, Z, hy3:movewindow, u
|
bind = SUPER SHIFT, Z, hy3:movewindow, u
|
||||||
bind = SUPER SHIFT, S, hy3:movewindow, d
|
bind = SUPER SHIFT, S, hy3:movewindow, d
|
||||||
bind = SUPER SHIFT, D, hy3:movewindow, r
|
bind = SUPER SHIFT, D, hy3:movewindow, r
|
||||||
bind = SUPER Alt_L, space, togglefloating
|
bind = SUPER, Return, cyclenext, floating
|
||||||
|
bind = SUPER SHIFT, Return, togglefloating
|
||||||
bind = SUPER Alt_L, F, fullscreen
|
bind = SUPER Alt_L, F, fullscreen
|
||||||
bind = SUPER SHIFT Alt_L, F, fakefullscreen
|
bind = SUPER SHIFT Alt_L, F, fakefullscreen
|
||||||
|
|
||||||
|
@ -59,12 +60,13 @@ bind = SUPER, B, hy3:changegroup, toggletab
|
||||||
bind = SUPER SHIFT, BackSpace, exit
|
bind = SUPER SHIFT, BackSpace, exit
|
||||||
|
|
||||||
# Launchers
|
# Launchers
|
||||||
bind = SUPER, F1, exec, $browser
|
bind = SUPER, F1, exec, rofi -show drun
|
||||||
bind = SUPER, F2, exec, $joplin
|
bind = SUPER, F2, exec, $joplin
|
||||||
bind = SUPER, F3, exec, $bitwarden
|
# bind = SUPER, F3, exec, $bitwarden
|
||||||
bind = SUPER, F4, exec, $element
|
bind = SUPER, F3, exec, $element
|
||||||
bind = SUPER, F5, exec, $discord
|
bind = SUPER, F4, exec, $discord
|
||||||
bind = SUPER, F6, exec, $deezer
|
bind = SUPER, F5, exec, $deezer
|
||||||
|
bind = SUPER, G, exec, $browser
|
||||||
|
|
||||||
# Screenshots
|
# Screenshots
|
||||||
bind = , Print, exec, glurp full clip
|
bind = , Print, exec, glurp full clip
|
||||||
|
|
|
@ -18,6 +18,6 @@ decoration {
|
||||||
blur {
|
blur {
|
||||||
enabled = false
|
enabled = false
|
||||||
ignore_opacity = true
|
ignore_opacity = true
|
||||||
xray = true
|
xray = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,3 +21,7 @@ env = XDG_SESSION_DESKTOP, Hyprland
|
||||||
|
|
||||||
# Electron
|
# Electron
|
||||||
env = ELECTRON_OZONE_PLATFORM_HINT, auto
|
env = ELECTRON_OZONE_PLATFORM_HINT, auto
|
||||||
|
|
||||||
|
# hyprcursor
|
||||||
|
env = HYPRCURSOR_THEME, Afterglow
|
||||||
|
env = HYPRCURSOR_SIZE, 24
|
||||||
|
|
Loading…
Reference in a new issue