From 0b632248a7bfb453c4239ff2f1cafbb14db79b5a Mon Sep 17 00:00:00 2001 From: Ryan Fox Date: Sun, 16 Jan 2022 04:47:22 +0000 Subject: [PATCH] Add bemenu --- .config/sway/config | 2 ++ .profile | 1 + 2 files changed, 3 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index 32810aa..545b052 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -7,6 +7,7 @@ set $right l # Programs set $term foot +set $menu bemenu-run # Output settings output * bg ~/.local/share/backgrounds/pocketchip.png fill @@ -19,6 +20,7 @@ input "1:1:1c25000.rtp" { # Terminal and launcher controls bindsym $mod+Return exec $term +bindsym $mod+D exec $menu # Window controls bindsym $mod+Shift+q kill diff --git a/.profile b/.profile index af3a798..82e3813 100644 --- a/.profile +++ b/.profile @@ -3,3 +3,4 @@ export ENV=~/.shrc export PATH=~/bin:$PATH export EDITOR=vim export GIT_EDITOR='vim -c ":set ft=gitcommit"' +export BEMENU_OPTS="--nb '#000000' --hb '#000000' --tb '#000000' --fb '#000000' --hf '#ff79c6' --tf '#ff79c6' --fn 'monospace 8'"