summaryrefslogtreecommitdiff
path: root/config/wayland/hypr
diff options
context:
space:
mode:
Diffstat (limited to 'config/wayland/hypr')
-rw-r--r--config/wayland/hypr/binds.conf4
-rw-r--r--config/wayland/hypr/hyprland.conf29
2 files changed, 23 insertions, 10 deletions
diff --git a/config/wayland/hypr/binds.conf b/config/wayland/hypr/binds.conf
index 251ce69..15af7dd 100644
--- a/config/wayland/hypr/binds.conf
+++ b/config/wayland/hypr/binds.conf
@@ -112,8 +112,8 @@ bind = $mainMod, L, exec, dmlang
bind =, L, exec, dmlang
bind = $mainMod, S, exec, mmedia schoolpdf
bind =, S, exec, mmedia schoolpdf
-bind = $mainMod, V, exec, mmedia video
-bind =, V, exec, mmedia video
+bind = $mainMod, V, exec, mmpv
+bind =, V, exec, mmpv
bind = $mainMod, U, exec, mmedia cursus
bind =, U, exec, mmedia cursus
bind = $mainMod, M, exec, mmedia
diff --git a/config/wayland/hypr/hyprland.conf b/config/wayland/hypr/hyprland.conf
index 9eb0549..eb232c9 100644
--- a/config/wayland/hypr/hyprland.conf
+++ b/config/wayland/hypr/hyprland.conf
@@ -10,7 +10,7 @@ input {
kb_layout = us
kb_variant =
kb_model =
- kb_options = ctrl:nocaps
+ kb_options = ctrl:swapcaps
kb_rules =
follow_mouse = 2
@@ -23,8 +23,8 @@ input {
}
general {
- gaps_in = 1
- gaps_out = 3
+ gaps_in = 0
+ gaps_out = 0
border_size = 2
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
col.inactive_border = rgba(595959aa)
@@ -46,20 +46,20 @@ decoration {
enabled = 1
size = 6
}
- dim_inactive = true
+ dim_inactive = false
dim_strength = 0.08
- active_opacity = 0.98
- inactive_opacity = 0.92
+ active_opacity = 1.00
+ inactive_opacity = 0.97
- drop_shadow = yes
+ drop_shadow = no
shadow_range = 4
shadow_render_power = 3
col.shadow = rgba(1a1a1aee)
}
animations {
- enabled = yes
+ enabled = no
bezier = myBezier, 0.05, 0.9, 0.1, 1.05
@@ -93,3 +93,16 @@ windowrulev2 = noanim, class:dmenu
layerrule = noanim, launcher
source = ./binds.conf
+
+# Even are for left monitor
+workspace = 1,monitor:HDMI-A-4
+workspace = 3,monitor:HDMI-A-4
+workspace = 5,monitor:HDMI-A-4
+workspace = 7,monitor:HDMI-A-4
+workspace = 9,monitor:HDMI-A-4
+
+# Odd are for right monitor
+workspace = 2,monitor:DP-2
+workspace = 4,monitor:DP-2
+workspace = 6,monitor:DP-2
+workspace = 8,monitor:DP-2