Skip to content
Snippets Groups Projects
Commit 1c74e29d authored by Jens Nolte's avatar Jens Nolte
Browse files

Add local sway config; switch from redshift to gammastep

parent 45e0da0e
No related branches found
No related tags found
No related merge requests found
; Global settings for redshift
[redshift]
; Global settings
[general]
; Set the day and night screen temperatures
; my old default: temp-day=5700
temp-day=5700
......@@ -23,7 +23,7 @@ fade=1
; can be specified manually. The times must be specified as HH:MM in 24-hour
; format.
dawn-time=7:00-8:00
dusk-time=22:00-23:45
dusk-time=21:00-23:45
; Set the screen brightness. Default is 1.0.
;brightness=0.9
......@@ -67,5 +67,5 @@ lon=13.40
; In this example, randr is configured to adjust only screen 0.
; Note that the numbering starts from 0, so this is actually the first screen.
; If this option is not specified, Redshift will try to adjust _all_ screens.
[randr]
screen=0
;[randr]
;screen=0
......@@ -69,11 +69,12 @@ output eDP-1 {
output * bg "#1d2021" solid_color
# Run desktop daemons
exec_always pkill kanshi; exec kanshi
#exec_always pkill kanshi; exec kanshi
exec mako
#exec CM_SELECTIONS=clipboard clipmenud
#exec nm-applet --indicator
exec redshift
exec gammastep
# Fix XWayland DPI
exec xrdb -load ~/.Xresources
......@@ -192,7 +193,7 @@ bindsym button2 kill
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
#font pango:monospace 8
font Fira Code retina 9
font Fira Code 9
# This font is widely installed, provides lots of unicode glyphs, right-to-left
# text rendering and scalability on retina/hidpi displays (thanks to pango).
......
......@@ -59,7 +59,7 @@ in
rofi
qt5.qtwayland
acpilight
redshift-wlr
gammastep
kanshi
libnotify
wl-clipboard
......@@ -106,6 +106,15 @@ in
};
};
home-manager.users.jens = { pkgs, ... }: {
xdg.configFile."sway/config" = {
source = pkgs.writeText "sway-config" ''
include common
include local
'';
};
};
programs.sway.enable = true;
programs.sway.extraPackages = with pkgs; [ swaylock swayidle xwayland kitty cool-retro-term xorg.xrdb ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment