Compare commits
3 commits
2ee818148e
...
eca16319d6
Author | SHA1 | Date | |
---|---|---|---|
|
eca16319d6 | ||
|
26a77b8dcd | ||
|
426ac1ecfd |
5 changed files with 7 additions and 6 deletions
|
@ -96,7 +96,7 @@ $discord = webcord
|
||||||
$deezer = deezer
|
$deezer = deezer
|
||||||
$bitwarden = bitwarden-desktop
|
$bitwarden = bitwarden-desktop
|
||||||
$joplin = joplin-desktop
|
$joplin = joplin-desktop
|
||||||
$matrix = cinny
|
$matrix = element-desktop
|
||||||
|
|
||||||
# Modular sourcing
|
# Modular sourcing
|
||||||
$confDir = ~/.config/hypr/hyprland.conf.d
|
$confDir = ~/.config/hypr/hyprland.conf.d
|
||||||
|
|
|
@ -99,9 +99,9 @@ bind = $mainMod, 36, exec, $terminal
|
||||||
bind = $mainMod, F1, exec, $browser
|
bind = $mainMod, F1, exec, $browser
|
||||||
bind = $mainMod, F2, exec, $joplin
|
bind = $mainMod, F2, exec, $joplin
|
||||||
bind = $mainMod, F3, exec, $bitwarden
|
bind = $mainMod, F3, exec, $bitwarden
|
||||||
bind = $mainMod, F5, exec, $matrix
|
bind = $mainMod, F4, exec, $matrix
|
||||||
bind = $mainMod, F4, exec, $discord
|
bind = $mainMod, F5, exec, $discord
|
||||||
bind = $mainMod, F5, exec, $deezer
|
bind = $mainMod, F6, exec, $deezer
|
||||||
bind = $mainMod ALT, L, exec, swaylock
|
bind = $mainMod ALT, L, exec, swaylock
|
||||||
|
|
||||||
# Resize mode
|
# Resize mode
|
||||||
|
@ -128,4 +128,3 @@ bind = $mainMod, F, fullscreen
|
||||||
|
|
||||||
# Swap workspaces
|
# Swap workspaces
|
||||||
bind = $mainMod ALT, Space, exec, hyprland-swap_workspaces
|
bind = $mainMod ALT, Space, exec, hyprland-swap_workspaces
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ windowrule = workspace 4 silent, ^(WebCord)$
|
||||||
windowrule = workspace 4 silent, ^(@joplin/app-desktop)$
|
windowrule = workspace 4 silent, ^(@joplin/app-desktop)$
|
||||||
windowrule = workspace 4 silent, ^(Bitwarden)$
|
windowrule = workspace 4 silent, ^(Bitwarden)$
|
||||||
windowrule = workspace 4 silent, ^(Deezer)$
|
windowrule = workspace 4 silent, ^(Deezer)$
|
||||||
|
windowrule = workspace 4 silent, ^(Element)$
|
||||||
|
|
||||||
# Floating windows
|
# Floating windows
|
||||||
windowrule = float, ^(pavucontrol)$
|
windowrule = float, ^(pavucontrol)$
|
||||||
|
|
|
@ -11,7 +11,7 @@ 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 $deezer deezer
|
||||||
set $bitwarden bitwarden-desktop
|
set $bitwarden bitwarden-desktop
|
||||||
set $matrix cinny
|
set $matrix element-desktop
|
||||||
|
|
||||||
input type:keyboard {
|
input type:keyboard {
|
||||||
xkb_layout fr
|
xkb_layout fr
|
||||||
|
|
|
@ -3,6 +3,7 @@ assign [app_id="^@joplin/app-desktop$"] 4
|
||||||
assign [app_id="^WebCord$"] 4
|
assign [app_id="^WebCord$"] 4
|
||||||
assign [class="^Deezer$"] 4
|
assign [class="^Deezer$"] 4
|
||||||
assign [app_id="^Bitwarden$"] 4
|
assign [app_id="^Bitwarden$"] 4
|
||||||
|
assign [app_id="^Element$"] 4
|
||||||
assign [app_id="^org.prismlauncher.PrismLauncher$"] 5
|
assign [app_id="^org.prismlauncher.PrismLauncher$"] 5
|
||||||
|
|
||||||
# Windows rules
|
# Windows rules
|
||||||
|
|
Loading…
Reference in a new issue