From 12c5a4d2b5ca753e46721741783c6b15fd12a9d5 Mon Sep 17 00:00:00 2001 From: Devon Tingley Date: Wed, 16 Mar 2022 18:16:39 -0400 Subject: [PATCH] Laptop configs --- dotfiles/fish/config.fish | 5 +++++ dotfiles/i3/config | 1 + dotfiles/i3status-rust/config.toml | 11 +++++++++-- dotfiles/rofi/config.rasi | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/dotfiles/fish/config.fish b/dotfiles/fish/config.fish index 02dee94..f81e26a 100644 --- a/dotfiles/fish/config.fish +++ b/dotfiles/fish/config.fish @@ -1,6 +1,11 @@ set -x CHROME_EXECUTABLE /usr/bin/chromium set -x EDITOR /usr/bin/nvim +if [ $hostname = "Arcadia-III" ] + set -x GDK_SCALE 2 + set -x GDK_DPI_SCALE 0.5 +end + if status is-interactive zoxide init fish | source end diff --git a/dotfiles/i3/config b/dotfiles/i3/config index b2c129f..6ab0efd 100644 --- a/dotfiles/i3/config +++ b/dotfiles/i3/config @@ -5,6 +5,7 @@ set $amod Mod1 # screen before suspend. Use loginctl lock-session to lock your screen. exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork exec --no-startup-id alternating_layouts.py +exec --no-startup-id xinput set-prop "PIXA3854:00 093A:0274 Touchpad" "libinput Tapping Enabled" 1 exec feh --bg-fill /usr/share/backgrounds/lightdm.png # Set xinput settings for touchpad diff --git a/dotfiles/i3status-rust/config.toml b/dotfiles/i3status-rust/config.toml index c7fd7cb..e25525a 100644 --- a/dotfiles/i3status-rust/config.toml +++ b/dotfiles/i3status-rust/config.toml @@ -9,6 +9,11 @@ name = "awesome" block = "battery" interval = 10 format = "{percentage} {time}" +full_threshold = 85 + +[[block]] +block = "temperature" +format = "{min}{average}{max}" [[block]] block = "cpu" @@ -17,8 +22,9 @@ format = "{barchart} {utilization} {frequency}" [[block]] block = "memory" -format_mem = "{mem_used}({mem_used_percents})" +format_mem = "{mem_used} ({mem_used_percents})" display_type = "memory" +clickable = false icons = true interval = 5 warning_mem = 80 @@ -26,7 +32,8 @@ critical_mem = 95 [[block]] block = "sound" -step_width = 3 +step_width = 5 +max_vol = 100 [[block]] block = "time" diff --git a/dotfiles/rofi/config.rasi b/dotfiles/rofi/config.rasi index b2bd231..5fb783b 100644 --- a/dotfiles/rofi/config.rasi +++ b/dotfiles/rofi/config.rasi @@ -1,6 +1,6 @@ configuration { modi: "drun,window,run,ssh"; -/* font: "mono 12";*/ + font: "mono 16"; /* location: 0;*/ /* yoffset: 0;*/ /* xoffset: 0;*/