Compare commits
No commits in common. "c98db7bc0bb27866e2f6ed9ca12c6eeefef591f5" and "5ce35d8d36b1bae73e21e01f3e65d5c5bed78ec6" have entirely different histories.
c98db7bc0b
...
5ce35d8d36
6 changed files with 11 additions and 28 deletions
|
|
@ -14,11 +14,6 @@
|
||||||
"hyprland/workspaces" = {
|
"hyprland/workspaces" = {
|
||||||
format = "{id}";
|
format = "{id}";
|
||||||
};
|
};
|
||||||
"ext/workspaces" = { # not enabled yet, hyprland and mango need two different configs ;-;
|
|
||||||
format = "{id}";
|
|
||||||
ignore-hidden = true;
|
|
||||||
on-click = "activate";
|
|
||||||
};
|
|
||||||
"wlr/taskbar" = {
|
"wlr/taskbar" = {
|
||||||
format = "{icon}";
|
format = "{icon}";
|
||||||
icon-size = 12;
|
icon-size = 12;
|
||||||
|
|
@ -89,6 +84,11 @@
|
||||||
# fixes spotify not showing up when "close button should minimize the Spotify window" is false
|
# fixes spotify not showing up when "close button should minimize the Spotify window" is false
|
||||||
show-passive-items = true;
|
show-passive-items = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# i only enable this for debugging of window rules lol
|
||||||
|
"hyprland/window" = {
|
||||||
|
format = "{class} | {title}";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -297,11 +297,6 @@
|
||||||
"HYPRCURSOR_SIZE,24"
|
"HYPRCURSOR_SIZE,24"
|
||||||
|
|
||||||
"QT_QPA_PLATFORM,wayland"
|
"QT_QPA_PLATFORM,wayland"
|
||||||
|
|
||||||
# makes portals work correctly
|
|
||||||
"QT_QPA_PLATFORMTHEME,xdgdesktopportal"
|
|
||||||
# the other option that might work :3
|
|
||||||
#"QT_QPA_PLATFORMTHEME,flatpak"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
# ---------------------------------------------------------------------------- #
|
|
||||||
# i don't wanna minimise windows
|
|
||||||
windowrule = ignore_minimise
|
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------- #
|
|
||||||
# terminal - blur
|
|
||||||
windowrule = appid:^(foot|Alacritty)$, focused_opacity:0.95, unfocused_opacity:0.95
|
|
||||||
|
|
@ -20,7 +20,6 @@ monitorrule = name:HDMI-A-1,width:1920,height:1080,refresh:60,x:-1920,y:0
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
exec-once = waybar
|
exec-once = waybar
|
||||||
exec-once = waybar --config ~/.config/mango/waybar.jsonc
|
|
||||||
exec-once = awww-daemon
|
exec-once = awww-daemon
|
||||||
|
|
||||||
exec-once = wl-paste --type text --watch cliphist store
|
exec-once = wl-paste --type text --watch cliphist store
|
||||||
|
|
@ -36,13 +35,10 @@ exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY DISPLAY
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
borderpx = 2
|
borderpx = 2
|
||||||
|
|
||||||
gappih = 5 # inner gap horizontal
|
gappih = 5 # inner gap horizontal
|
||||||
gappiv = 5 # inner gap vertical
|
gappiv = 5 # inner gap vertical
|
||||||
gappoh = 10 # outer gap horizontal
|
gappoh = 10 # outer gap horizontal
|
||||||
# we set the bottom vertical gap by using an empty layer that defines an exclusive zone
|
gappov = 10 # outer gap horizontal
|
||||||
gappov = 0 # outer gap vertical
|
|
||||||
|
|
||||||
border_radius = 8
|
border_radius = 8
|
||||||
|
|
||||||
focused_opacity = 1.0
|
focused_opacity = 1.0
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"layer": "bottom",
|
|
||||||
"position": "bottom",
|
|
||||||
"height": 10,
|
|
||||||
}
|
|
||||||
|
|
@ -84,6 +84,10 @@
|
||||||
|
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
NIXOS_OZONE_WL = "1";
|
NIXOS_OZONE_WL = "1";
|
||||||
|
|
||||||
|
# makes portals work correctly
|
||||||
|
QT_QPA_PLATFORMTHEME = "xdgdesktopportal";
|
||||||
|
#QT_QPA_PLATFORMTHEME = "flatpak"; # sometimes might need this
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.portal = {
|
xdg.portal = {
|
||||||
|
|
@ -274,7 +278,7 @@
|
||||||
fish.enable = true;
|
fish.enable = true;
|
||||||
|
|
||||||
silentSDDM = {
|
silentSDDM = {
|
||||||
enable = true;
|
enable = false;
|
||||||
theme = "rei";
|
theme = "rei";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue