Compare commits
No commits in common. "eca16319d6c64d97fda44b8609544b874c23eecc" and "2ee818148e7e6a69464be689ed79e1c355dcc2e2" have entirely different histories.
eca16319d6
...
2ee818148e
5 changed files with 6 additions and 7 deletions
|
@ -96,7 +96,7 @@ $discord = webcord
|
|||
$deezer = deezer
|
||||
$bitwarden = bitwarden-desktop
|
||||
$joplin = joplin-desktop
|
||||
$matrix = element-desktop
|
||||
$matrix = cinny
|
||||
|
||||
# Modular sourcing
|
||||
$confDir = ~/.config/hypr/hyprland.conf.d
|
||||
|
|
|
@ -99,9 +99,9 @@ bind = $mainMod, 36, exec, $terminal
|
|||
bind = $mainMod, F1, exec, $browser
|
||||
bind = $mainMod, F2, exec, $joplin
|
||||
bind = $mainMod, F3, exec, $bitwarden
|
||||
bind = $mainMod, F4, exec, $matrix
|
||||
bind = $mainMod, F5, exec, $discord
|
||||
bind = $mainMod, F6, exec, $deezer
|
||||
bind = $mainMod, F5, exec, $matrix
|
||||
bind = $mainMod, F4, exec, $discord
|
||||
bind = $mainMod, F5, exec, $deezer
|
||||
bind = $mainMod ALT, L, exec, swaylock
|
||||
|
||||
# Resize mode
|
||||
|
@ -128,3 +128,4 @@ bind = $mainMod, F, fullscreen
|
|||
|
||||
# Swap workspaces
|
||||
bind = $mainMod ALT, Space, exec, hyprland-swap_workspaces
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@ windowrule = workspace 4 silent, ^(WebCord)$
|
|||
windowrule = workspace 4 silent, ^(@joplin/app-desktop)$
|
||||
windowrule = workspace 4 silent, ^(Bitwarden)$
|
||||
windowrule = workspace 4 silent, ^(Deezer)$
|
||||
windowrule = workspace 4 silent, ^(Element)$
|
||||
|
||||
# Floating windows
|
||||
windowrule = float, ^(pavucontrol)$
|
||||
|
|
|
@ -11,7 +11,7 @@ set $joplin joplin-desktop
|
|||
set $wallpaper ~/.local/share/backgrounds/artix-tube-text-green.jpg
|
||||
set $deezer deezer
|
||||
set $bitwarden bitwarden-desktop
|
||||
set $matrix element-desktop
|
||||
set $matrix cinny
|
||||
|
||||
input type:keyboard {
|
||||
xkb_layout fr
|
||||
|
|
|
@ -3,7 +3,6 @@ assign [app_id="^@joplin/app-desktop$"] 4
|
|||
assign [app_id="^WebCord$"] 4
|
||||
assign [class="^Deezer$"] 4
|
||||
assign [app_id="^Bitwarden$"] 4
|
||||
assign [app_id="^Element$"] 4
|
||||
assign [app_id="^org.prismlauncher.PrismLauncher$"] 5
|
||||
|
||||
# Windows rules
|
||||
|
|
Loading…
Reference in a new issue