1
0
Fork 0
forked from ahurac/dotfiles

Ajout : raccourcis clavier pour lancer deezer et Bitwarden

This commit is contained in:
Hippolyte Chauvin 2023-10-22 11:34:19 +02:00
parent 0d8d6628f2
commit efb096970d
4 changed files with 9 additions and 0 deletions

View file

@ -92,6 +92,9 @@ device:epic mouse V1 {
# Variables # Variables
$browser = librewolf $browser = librewolf
$terminal = alacritty $terminal = alacritty
$discord = webcord
$deezer = deezer
$bitwarden = bitwarden-desktop
# Modular sourcing # Modular sourcing
$confDir = ~/.config/hypr/hyprland.conf.d $confDir = ~/.config/hypr/hyprland.conf.d

View file

@ -99,6 +99,8 @@ bind = $mainMod, 36, exec, $terminal
bind = $mainMod, F1, exec, $browser bind = $mainMod, F1, exec, $browser
bind = $mainMod, F2, exec, joplin-desktop bind = $mainMod, F2, exec, joplin-desktop
bind = $mainMod, F3, exec, webcord bind = $mainMod, F3, exec, webcord
bind = $mainMod, F4, exec, $deezer
bind = $mainMod, F5, exec, $bitwarden
bind = $mainMod ALT, L, exec, swaylock bind = $mainMod ALT, L, exec, swaylock
# Resize mode # Resize mode

View file

@ -9,6 +9,8 @@ set $browser librewolf
set $discord webcord set $discord webcord
set $joplin joplin-desktop set $joplin joplin-desktop
set $wallpaper ~/.local/share/backgrounds/artix-tube-text-green.jpg set $wallpaper ~/.local/share/backgrounds/artix-tube-text-green.jpg
set $deezer deezer
set $bitwarden bitwarden-desktop
input type:keyboard { input type:keyboard {
xkb_layout fr xkb_layout fr

View file

@ -10,6 +10,8 @@ bindsym $mod+d exec $menu
bindsym $mod+F1 exec $browser bindsym $mod+F1 exec $browser
bindsym $mod+F2 exec $joplin bindsym $mod+F2 exec $joplin
bindsym $mod+F3 exec $discord bindsym $mod+F3 exec $discord
bindsym $mod+F4 exec $deezer
bindsym $mod+F5 exec $bitwarden
# Windows # Windows
bindsym $mod+$left focus left bindsym $mod+$left focus left