Ajout : launcher element dans la configuration Hyprland
This commit is contained in:
parent
82a8885fa8
commit
a6de14df91
3 changed files with 4 additions and 3 deletions
|
@ -96,6 +96,7 @@ $discord = webcord
|
|||
$deezer = deezer
|
||||
$bitwarden = bitwarden-desktop
|
||||
$joplin = joplin-desktop
|
||||
$matrix = element-desktop
|
||||
|
||||
# Modular sourcing
|
||||
$confDir = ~/.config/hypr/hyprland.conf.d
|
||||
|
@ -103,4 +104,3 @@ source = $confDir/bindings.conf
|
|||
source = $confDir/windowrules.conf
|
||||
source = $confDir/startup.conf
|
||||
source = $confDir/environment.conf
|
||||
|
||||
|
|
|
@ -97,8 +97,9 @@ bind = SHIFT ALT, Print, exec, glurp area file
|
|||
bind = $mainMod, D, exec, rofi -show drun
|
||||
bind = $mainMod, 36, exec, $terminal
|
||||
bind = $mainMod, F1, exec, $browser
|
||||
bind = $mainMod, F2, exec, joplin-desktop
|
||||
bind = $mainMod, F2, exec, $joplin
|
||||
bind = $mainMod, F3, exec, $bitwarden
|
||||
bind = $mainMod, F5, exec, $matrix
|
||||
bind = $mainMod, F4, exec, $discord
|
||||
bind = $mainMod, F5, exec, $deezer
|
||||
bind = $mainMod ALT, L, exec, swaylock
|
||||
|
|
|
@ -7,8 +7,8 @@ bindsym $mod+Mod1+l exec swaylock
|
|||
# Launchers
|
||||
bindsym $mod+Return exec $term
|
||||
bindsym $mod+d exec $menu
|
||||
bindsym $mod+F1 exec $joplin
|
||||
bindsym $mod+F2 exec $browser
|
||||
bindsym $mod+F1 exec $joplin
|
||||
bindsym $mod+F3 exec $bitwarden
|
||||
bindsym $mod+F4 exec $matrix
|
||||
bindsym $mod+F5 exec $discord
|
||||
|
|
Loading…
Reference in a new issue