summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-03-12 23:40:17 -0500
committerzachir <zachir@librem.one>2023-03-12 23:40:17 -0500
commit6458c22a94f6eef9b944d3325db4e922061cf3af (patch)
tree88b34b8451280c4313e06788385dbf826e3cff82
parent2b1a01b3ce4e2aae4a44b11212fda3427ebdb676 (diff)
resize scratchpads in awesome
-rw-r--r--awesome/rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/awesome/rc.lua b/awesome/rc.lua
index 3e5d868..dad67ff 100644
--- a/awesome/rc.lua
+++ b/awesome/rc.lua
@@ -126,7 +126,7 @@ function terminal_sp_cmd (spc, cmd)
cflag = "-c"
gflag = "-g"
xflag = "-e"
- geo = "300x75"
+ geo = "160x45"
elseif terminal == "alacritty" then
cflag = "--class"
gflag = false