summaryrefslogtreecommitdiff
path: root/common/modules
diff options
context:
space:
mode:
Diffstat (limited to 'common/modules')
-rw-r--r--common/modules/matugen/templates/matugen-discord.nix6
-rw-r--r--common/modules/matugen/templates/matugen-waybar.nix2
-rw-r--r--common/modules/terminal/foot.nix2
-rw-r--r--common/modules/terminal/ghostty.nix6
-rw-r--r--common/modules/window_managers/niri/default.nix12
5 files changed, 19 insertions, 9 deletions
diff --git a/common/modules/matugen/templates/matugen-discord.nix b/common/modules/matugen/templates/matugen-discord.nix
index d3e72a5..ceff9b6 100644
--- a/common/modules/matugen/templates/matugen-discord.nix
+++ b/common/modules/matugen/templates/matugen-discord.nix
@@ -26,8 +26,8 @@
body {
/* font options */
- --font: "IosevkaInput";
- --code-font: "IosevkaInput";
+ --font: "monospace";
+ --code-font: "monospace";
font-weight: 300;
letter-spacing: -0.05ch;
@@ -201,7 +201,7 @@
/* customize things here */
:root {
/* font, change to 'gg sans' for default discord font*/
- --font: 'IosevkaInput';
+ --font: 'monospace';
/* top left corner text */
--corner-text: 'Midnight';
diff --git a/common/modules/matugen/templates/matugen-waybar.nix b/common/modules/matugen/templates/matugen-waybar.nix
index a59cac9..2958c0e 100644
--- a/common/modules/matugen/templates/matugen-waybar.nix
+++ b/common/modules/matugen/templates/matugen-waybar.nix
@@ -260,7 +260,7 @@
color: @fg;
border: none;
padding: 0px;
- font-family: "IosevkaInput";
+ font-family: "monospace";
transition: background-color .3s ease-out;
font-weight: bold;
font-size: 12px;
diff --git a/common/modules/terminal/foot.nix b/common/modules/terminal/foot.nix
index 7603776..3317bf0 100644
--- a/common/modules/terminal/foot.nix
+++ b/common/modules/terminal/foot.nix
@@ -26,7 +26,7 @@ in
horizontal-letter-offset = 0;
underline-offset = 2;
- pad = "${toString cfg.window.padding-x}x${toString cfg.window.padding-y} center";
+ pad = "${toString cfg.window.padding-x}x${toString cfg.window.padding-y}";
font = "${cfg.font.family}:size=${toString cfg.font.size}";
dpi-aware = "no";
diff --git a/common/modules/terminal/ghostty.nix b/common/modules/terminal/ghostty.nix
index fa18ae6..4ca4384 100644
--- a/common/modules/terminal/ghostty.nix
+++ b/common/modules/terminal/ghostty.nix
@@ -33,9 +33,9 @@ in
shell-integration-features = "no-cursor";
adjust-underline-position = "7%";
- adjust-cell-width = "";
- adjust-cell-height = "";
- adjust-font-baseline = "";
+ # adjust-cell-width = "";
+ # adjust-cell-height = "";
+ # adjust-font-baseline = "";
gtk-titlebar = false;
gtk-single-instance = true;
gtk-tabs-location = "bottom";
diff --git a/common/modules/window_managers/niri/default.nix b/common/modules/window_managers/niri/default.nix
index ac2d99e..4548839 100644
--- a/common/modules/window_managers/niri/default.nix
+++ b/common/modules/window_managers/niri/default.nix
@@ -47,11 +47,21 @@ in
// scroll-method "two-finger"
// disabled-on-external-mouse
}
+ mouse {
+ scroll-method "on-button-down"
+ scroll-button 274 // "middle" is also accepted
+
+ scroll-button-lock
+ }
warp-mouse-to-focus
focus-follows-mouse max-scroll-amount="0%"
}
+ clipboard {
+ disable-primary
+ }
+
output "eDP-1" {
mode "1920x1080@120.030"
scale 1
@@ -253,7 +263,7 @@ in
''}
Mod+E hotkey-overlay-title="Open wallpaper picker" { spawn-sh "nautilus"; }
- Mod+B hotkey-overlay-title="Open wallpaper picker" { spawn-sh "librewolf"; }
+ Mod+B hotkey-overlay-title="Open wallpaper picker" { spawn-sh "brave-origin"; }
Mod+Shift+C hotkey-overlay-title="Get current dat and time as noticiation" { spawn-sh "fyi Clock $(date)"; }
XF86AudioPlay allow-when-locked=true { spawn-sh "playerctl play-pause"; }
XF86AudioStop allow-when-locked=true { spawn-sh "playerctl stop"; }