1
0
Fork 0
forked from ahurac/dotfiles

Ajout : launcher element dans la configuration Hyprland

This commit is contained in:
Hippolyte Chauvin 2023-10-24 11:09:31 +02:00
parent 82a8885fa8
commit a6de14df91
3 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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