From 12a19853b9348c910500f8096a3c807fd3f1a700 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 4 Dec 2022 10:37:55 -0600 Subject: [PATCH] update ajh-base to 1.4, enable cursor warp in sway, modify bemenu_opts.sh to be dmenu defaults --- .config/bemenu/bemenu_opts.sh | 2 +- .config/sway/config | 2 ++ .local/scripts | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/bemenu/bemenu_opts.sh b/.config/bemenu/bemenu_opts.sh index 028a6d0..a0276e9 100644 --- a/.config/bemenu/bemenu_opts.sh +++ b/.config/bemenu/bemenu_opts.sh @@ -1,4 +1,4 @@ #!/bin/sh #dmenu theme #export BEMENU_OPTS="-H 22 --tb #1d2021 --tf #fabd2f --hb #1d2021 --hf #ebdbb2 --sf #ebdbb2 --fb #1d2021 --sb #3c3836 --ff #ffffff --nb #1d2021 " #--nf #ebdbb2 - export BEMENU_OPTS="-H 24 --tb #285577 --hb #285577 --tf #eeeeee --hf #eeeeee --nf #bbbbbb" + export BEMENU_OPTS="-H 22 --tb #285577 --hb #285577 --tf #eeeeee --hf #eeeeee --nf #bbbbbb" diff --git a/.config/sway/config b/.config/sway/config index ddd50cf..5bf687a 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -83,6 +83,8 @@ font pango:mono 10 # You can get the names of your inputs by running: swaymsg -t get_inputs # Read `man 5 sway-input` for more information about this section. +mouse_warping container + xwayland enable ### Key bindings diff --git a/.local/scripts b/.local/scripts index ec7df1e..f5dfa77 160000 --- a/.local/scripts +++ b/.local/scripts @@ -1 +1 @@ -Subproject commit ec7df1e5dd10dd28513fc76d4fa180ba2337580b +Subproject commit f5dfa7761a88a93c64bc306803549511a69a7d45