diff --git a/basic/keybinds.conf b/basic/keybinds.conf index b6037a3..40a3428 100644 --- a/basic/keybinds.conf +++ b/basic/keybinds.conf @@ -94,7 +94,8 @@ bind = $mainMod SHIFT, B, movetoworkspace, special:book bind = $mainMod, D, togglespecialworkspace, discord bind = $mainMod, E, exec, $email bind = $mainMod, E, togglespecialworkspace, email - +bind = $mainMod, G, exec, steam +bind = $mainMod, G, togglespecialworkspace, gaming # 7. Other Workspace tools # 8. Move/resize windows with mainMod + LMB/RMB and dragging bindm = $mainMod, mouse:272, movewindow @@ -159,6 +160,8 @@ bind = $mainMod, M, exec, $ipc controlCenter toggle #& hyprctl dispatch submap q bind = $mainMod, M, submap, quick-settings bind = $mainMod, O, submap, open-apps +# 13. Mouse binds + submap = quick-settings, reset bind = , V, exec, protonvpn-app & hyprctl dispatch submap vpn bind = , S, exec, $ipc settings toggle @@ -212,8 +215,8 @@ submap = bt-sub bind = , S, $call togglePanel bind = , D, $call disable bind = , E, $call enable - bind = , H, exec, sh -c "bluetoothctl connect 88:92:CC:53:88:7E" - bind = CTRL, H, exec, sh -c "bluetoothctl disconnect 88:92:CC:53:88:7E" + bind = , H, exec, sh -c "bluetoothctl connect 88:92:CC:53:88:7E" && notify-send "connected to headphones" + bind = , J, exec, sh -c "bluetoothctl disconnect 88:92:CC:53:88:7E" && notify-send "disconnected from headphones" # bind = CTRL, H, exec, bluetoothctl connect 88:92:CC:53:88:7E # bind = , escape, submap, reset bind = , catchall, exec, hyprctl dispatch submap reset && qs -c noctalia-shell ipc call bluetooth togglePanel diff --git a/basic/windows.conf b/basic/windows.conf index 84cb944..e085aa8 100644 --- a/basic/windows.conf +++ b/basic/windows.conf @@ -18,14 +18,20 @@ windowrule{ name = discord match:class = vesktop workspace = special:discord - } + +windowrule{ + name = gaming + match:class = steam + workspace = special:gaming +} + windowrule{ name = thunderbird match:class = org.mozilla.Thunderbird workspace = special:email - } + windowrule { # Ignore maximize requests from all apps. You'll probably like this. name = suppress-maximize-events @@ -45,6 +51,10 @@ windowrule { no_focus = true } +xwayland { + force_zero_scaling = true +} + # Hyprland-run windowrule windowrule { name = move-hyprland-run diff --git a/hyprland.conf b/hyprland.conf index a19d861..3b43597 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -48,7 +48,7 @@ source = $basic/plugins.conf source = $basic/inputs.conf source = $basic/permissions.conf source = $base/monitors.conf - +#wayland rules in basic/windows.conf source = $base/noctalia/noctalia-colors.conf diff --git a/hyprtoolkit.conf b/hyprtoolkit.conf index 62033f9..27256a5 100644 --- a/hyprtoolkit.conf +++ b/hyprtoolkit.conf @@ -1,7 +1,7 @@ -background = rgba(191724ff) -base = rgba(191724ff) -text = rgba(e0def4ff) -alternate_base = rgba(26233aff) -bright_text = rgba(191724ff) -accent = rgba(ebbcbaff) -accent_secondary = rgba(9ccfd8ff) \ No newline at end of file +background = rgba(181212ff) +base = rgba(181212ff) +text = rgba(ece0dfff) +alternate_base = rgba(524343ff) +bright_text = rgba(442929ff) +accent = rgba(ffb3b2ff) +accent_secondary = rgba(e6bdbbff) \ No newline at end of file diff --git a/noctalia/noctalia-colors.conf b/noctalia/noctalia-colors.conf index 59acbc4..2b80324 100644 --- a/noctalia/noctalia-colors.conf +++ b/noctalia/noctalia-colors.conf @@ -1,9 +1,9 @@ -$primary = rgb(ebbcba) -$surface = rgb(191724) -$secondary = rgb(9ccfd8) -$error = rgb(eb6f92) -$tertiary = rgb(31748f) -$surface_lowest = rgb(1b1928) +$primary = rgb(ffb3b2) +$surface = rgb(181212) +$secondary = rgb(e6bdbb) +$error = rgb(ffb4ab) +$tertiary = rgb(e4c18d) +$surface_lowest = rgb(120d0d) general { col.active_border = $primary