Laptop configs

This commit is contained in:
Devon Tingley 2022-03-16 18:16:39 -04:00
parent d857efaaf3
commit 12c5a4d2b5
4 changed files with 16 additions and 3 deletions

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
configuration {
modi: "drun,window,run,ssh";
/* font: "mono 12";*/
font: "mono 16";
/* location: 0;*/
/* yoffset: 0;*/
/* xoffset: 0;*/