config/hyprland ahrc-pc : mise à jour
This commit is contained in:
parent
b0b9ca114f
commit
a871399b64
3 changed files with 13 additions and 10 deletions
|
@ -1,5 +1,6 @@
|
|||
# Open terminal
|
||||
bind = SUPER, Return, exec, $terminal
|
||||
bind = SUPER, Space, exec, $terminal
|
||||
bind = SUPER SHIFT, Space, exec, $terminal -e sudo -i
|
||||
|
||||
# Workspaces
|
||||
#bind = SUPER, equal, movetoworkspace, special
|
||||
|
@ -31,12 +32,13 @@ bind = SUPER SHIFT, V, movetoworkspacesilent, 7
|
|||
bind = SUPER SHIFT, C, movetoworkspacesilent, 8
|
||||
bind = SUPER SHIFT, X, movetoworkspacesilent, 9
|
||||
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, Z, hy3:movewindow, u
|
||||
bind = SUPER SHIFT, S, hy3:movewindow, d
|
||||
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 SHIFT Alt_L, F, fakefullscreen
|
||||
|
||||
|
@ -58,12 +60,13 @@ bind = SUPER, B, hy3:changegroup, toggletab
|
|||
bind = SUPER SHIFT, BackSpace, exit
|
||||
|
||||
# Launchers
|
||||
bind = SUPER, F1, exec, $browser
|
||||
bind = SUPER, F1, exec, rofi -show drun
|
||||
bind = SUPER, F2, exec, $joplin
|
||||
bind = SUPER, F3, exec, $bitwarden
|
||||
bind = SUPER, F4, exec, $element
|
||||
bind = SUPER, F5, exec, $discord
|
||||
bind = SUPER, F6, exec, $deezer
|
||||
# bind = SUPER, F3, exec, $bitwarden
|
||||
bind = SUPER, F3, exec, $element
|
||||
bind = SUPER, F4, exec, $discord
|
||||
bind = SUPER, F5, exec, $deezer
|
||||
bind = SUPER, G, exec, $browser
|
||||
|
||||
# Screenshots
|
||||
bind = , Print, exec, glurp full clip
|
||||
|
|
|
@ -22,6 +22,6 @@ decoration {
|
|||
blur {
|
||||
enabled = true
|
||||
ignore_opacity = false
|
||||
xray = true
|
||||
xray = false
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# Main monitor
|
||||
monitor = , highrr, 1920x0, 1
|
||||
monitor = HEADLESS-2, 1920x1080@74.97300, 0x0, 1
|
||||
monitor = HEADLESS-3, 1920x1080@74.97300, 0x0, 1
|
||||
|
|
Loading…
Reference in a new issue