Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dotfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jens Nolte
dotfiles
Commits
c5f418e2
Commit
c5f418e2
authored
3 years ago
by
Jens Nolte
Browse files
Options
Downloads
Patches
Plain Diff
fuzzel: Disable dpi-aware scaling (uses unstable version)
parent
eb6aa0ec
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/desktop/launcher.nix
+3
-1
3 additions, 1 deletion
modules/desktop/launcher.nix
pkgs/default.nix
+10
-0
10 additions, 0 deletions
pkgs/default.nix
with
13 additions
and
1 deletion
modules/desktop/launcher.nix
+
3
−
1
View file @
c5f418e2
...
...
@@ -5,12 +5,13 @@ let
cfg
=
config
.
queezle
.
desktop
.
launcher
;
launcher
=
pkgs
.
writeScriptBin
"launcher"
''
${
pkgs
.
fuzzel
}
/bin/fuzzel \
--dpi-aware no \
--terminal terminal \
--border-radius 0 \
--background 111111e6 \
--text-color ccccccff \
--match-color dd5001ff \
--selection-color 000000e6 \
--terminal terminal \
--vertical-pad 20 \
--font 'monospace:size=12' \
--width 100 \
...
...
@@ -19,6 +20,7 @@ let
dmenu
=
pkgs
.
writeScriptBin
"dmenu"
''
${
pkgs
.
fuzzel
}
/bin/fuzzel \
--dmenu \
--dpi-aware no \
--border-radius 0 \
--background 111111e6 \
--text-color ccccccff \
...
...
This diff is collapsed.
Click to expand it.
pkgs/default.nix
+
10
−
0
View file @
c5f418e2
...
...
@@ -15,6 +15,16 @@ rec {
scripts
=
[
self
.
mpvScripts
.
mpris
];
};
fuzzel
=
super
.
fuzzel
.
overrideAttrs
(
old
:
old
//
{
src
=
self
.
fetchFromGitea
{
domain
=
"codeberg.org"
;
owner
=
"dnkl"
;
repo
=
"fuzzel"
;
rev
=
"0014c0b2e33d4c967c26f2ccc34013a2a3cbb7bc"
;
sha256
=
"sha256-fYPXKnJFZVh4vPq7g0qLBEPl/LPUC3By7bVmN9mwsJg="
;
};
});
haskell
=
super
.
haskell
//
{
packageOverrides
=
hself
:
hsuper
:
super
.
haskell
.
packageOverrides
hself
hsuper
//
{
#net-mqtt = self.haskell.lib.doJailbreak hsuper.net-mqtt;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment