diff --git a/home/dot_config/fnott/fnott.ini b/home/dot_config/fnott/fnott.ini index 02add57..9d4cda0 100644 --- a/home/dot_config/fnott/fnott.ini +++ b/home/dot_config/fnott/fnott.ini @@ -50,9 +50,9 @@ body-color=839496ff # icon= # Timeout values are in seconds. 0 to disable -# max-timeout=0 -# default-timeout=0 -# idle-timeout=0 +max-timeout=60 +default-timeout=10 +idle-timeout=30 # [low] # background=2b2b2bff diff --git a/home/dot_config/git/ignore b/home/dot_config/git/ignore index 81272bd..ea12a50 100644 --- a/home/dot_config/git/ignore +++ b/home/dot_config/git/ignore @@ -50,3 +50,6 @@ dist/ # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] + +# direnv +.envrc diff --git a/home/dot_config/sway/config.tmpl b/home/dot_config/sway/config.tmpl index 1cec1b7..bc11842 100644 --- a/home/dot_config/sway/config.tmpl +++ b/home/dot_config/sway/config.tmpl @@ -321,11 +321,13 @@ exec_always fnott& output "Acer Technologies VG270U P 0x05217924" { position 0 0 scale 1 + adaptive_sync on } output "Acer Technologies VG270U P 0x9392CFAC" { position 2560 0 scale 1 + adaptive_sync on } @@ -341,11 +343,13 @@ exec kanshi& output "Acer Technologies VG270U P 0x05217924" { position 0 0 scale 1 + adaptive_sync on } output "Acer Technologies VG270U P 0x9392CFAC" { position 2560 0 scale 1 + adaptive_sync on } workspace 1 output "Acer Technologies VG270U P 0x05217924" diff --git a/home/dot_config/waybar/config.jsonc b/home/dot_config/waybar/config.jsonc index 7b0972f..6ff5fe5 100644 --- a/home/dot_config/waybar/config.jsonc +++ b/home/dot_config/waybar/config.jsonc @@ -19,7 +19,7 @@ "sway/window" ], "modules-right": [ - "mpd", + "clock", "privacy", "idle_inhibitor", "pulseaudio", @@ -32,7 +32,6 @@ "sway/language", "battery", "battery#bat2", - "clock", "tray", "custom/power" ], @@ -63,32 +62,6 @@ "tooltip": true, "tooltip-format": "{app}: {title}" }, - "mpd": { - "format": "{stateIcon} {consumeIcon}{randomIcon}{repeatIcon}{singleIcon}{artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S}) ⸨{songPosition}|{queueLength}⸩ {volume}% ", - "format-disconnected": "Disconnected ", - "format-stopped": "{consumeIcon}{randomIcon}{repeatIcon}{singleIcon}Stopped ", - "unknown-tag": "N/A", - "interval": 5, - "consume-icons": { - "on": " " - }, - "random-icons": { - "off": " ", - "on": " " - }, - "repeat-icons": { - "on": " " - }, - "single-icons": { - "on": "1 " - }, - "state-icons": { - "paused": "", - "playing": "" - }, - "tooltip-format": "MPD (connected)", - "tooltip-format-disconnected": "MPD (disconnected)" - }, "idle_inhibitor": { "format": "{icon}", "format-icons": { diff --git a/home/dot_zshrc b/home/dot_zshrc index b4dd899..15b6802 100644 --- a/home/dot_zshrc +++ b/home/dot_zshrc @@ -65,3 +65,4 @@ scrot() { } eval "$(starship init zsh)" +eval "$(direnv hook zsh)"