From 2ffe54a061ac8c68506cf4fcd4b0bc840b384189 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 11 Feb 2021 10:52:13 -0600 Subject: [PATCH] Fix desktop, reduce exa color noise --- apps/de/kanshi/config | 6 ++++-- apps/de/sway/config | 1 + apps/de/waybar/config | 2 +- apps/shell/fish/config.fish | 1 + 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/apps/de/kanshi/config b/apps/de/kanshi/config index 26e0f35..7a18f1b 100644 --- a/apps/de/kanshi/config +++ b/apps/de/kanshi/config @@ -5,10 +5,12 @@ profile desktop-H { exec "$HOME/.config/lytedev-dotfiles/apps/de/kanshi/desktop-H-workspaces.sh" } -profile desktop-H { - output "Samsung Electric Company SyncMaster H1AK500000" enable mode 3840x2160 position 0,0 scale 1 transform normal +profile tv4k { + output "Samsung Electric Company CF791 HTRJ500315" disable output "Dell Inc. DELL U2719DC 5DL4QS2" disable output "Dell Inc. DELL U2719DC 9DL4QS2" disable + output "Samsung Electric Company SyncMaster H1AK500000" enable mode 4096x2160@60Hz position 0,0 scale 1 transform normal + # exec "$HOME/.config/lytedev-dotfiles/apps/de/kanshi/desktop-H-workspaces.sh" } profile desktop-H { diff --git a/apps/de/sway/config b/apps/de/sway/config index f55afa9..a3ed737 100644 --- a/apps/de/sway/config +++ b/apps/de/sway/config @@ -47,6 +47,7 @@ bindsym $mod+shift+alt+return exec kitty bindsym $mod+c kill bindsym $mod+shift+c kill # TODO: kill -9? bindsym $mod+space exec $dfpbin/app-launcher +bindsym $mod+shift+s exec $dfpbin/clipshot bindsym $mod+e exec thunar bindsym $mod+shift+r reload bindsym $mod+control+Escape exit diff --git a/apps/de/waybar/config b/apps/de/waybar/config index 9b2fa63..c4d9122 100644 --- a/apps/de/waybar/config +++ b/apps/de/waybar/config @@ -1,7 +1,7 @@ { "layer": "top", "position": "bottom", - "output": ["DP-1", "eDP-1"], + "output": ["DP-1"], "height": 32, "modules-left": ["sway/workspaces"], "modules-center": ["clock"], diff --git a/apps/shell/fish/config.fish b/apps/shell/fish/config.fish index 7b11961..da5498a 100755 --- a/apps/shell/fish/config.fish +++ b/apps/shell/fish/config.fish @@ -19,6 +19,7 @@ set -Ux BROWSER firefox-developer-edition set -Ux ERL_AFLAGS "-kernel shell_history enabled -kernel shell_history_file_bytes 1024000" # iex history set -Ux LESS "-r" set -Ux LS_COLORS 'ow=01;36;40' # more sane ls colors +set -Ux EXA_COLORS '*=0' set -Ux EDITOR nvim set -Ux VISUAL nvim set -Ux PAGER less