Fix desktop, reduce exa color noise

This commit is contained in:
Daniel Flanagan 2021-02-11 10:52:13 -06:00
parent 65c04e620b
commit 2ffe54a061
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
4 changed files with 7 additions and 3 deletions

View File

@ -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 {

View File

@ -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

View File

@ -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"],

View File

@ -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