Compare commits
No commits in common. "425782430f1ab0c1e7350798cefa350bd6de0d50" and "9e0be13223ea210fc2d20c260a22816b94140b7c" have entirely different histories.
425782430f
...
9e0be13223
6 changed files with 3 additions and 12 deletions
|
@ -92,9 +92,6 @@ 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
|
||||||
|
|
|
@ -98,9 +98,7 @@ bind = $mainMod, D, exec, rofi -show drun
|
||||||
bind = $mainMod, 36, exec, $terminal
|
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, $discord
|
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
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Workspace 4
|
# Workspace 4
|
||||||
windowrule = workspace 4 silent, ^(WebCord)$
|
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, ^(whatsapp-nativefier-.*)$
|
||||||
windowrule = workspace 4 silent, ^(Deezer)$
|
windowrule = workspace 4 silent, ^(Deezer)$
|
||||||
|
|
||||||
# Floating windows
|
# Floating windows
|
||||||
|
|
|
@ -9,8 +9,6 @@ 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
|
||||||
|
|
|
@ -10,8 +10,6 @@ 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
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
assign [app_id="^@joplin/app-desktop$"] 4
|
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="^com.ktechpit.whatsie$"] 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