Fix misc stuff and setup bemenu properly

This commit is contained in:
Alex D. 2023-11-23 21:37:40 +00:00
parent 1dcea035cf
commit 419ba14daf
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 5 additions and 9 deletions

14
config
View File

@ -7,12 +7,8 @@ set $up k
set $right l
set $term foot
set $lock swaylock -f -c 000000
# Your preferred application launcher
# Note: pass the final command to swaymsg so that the resulting window can be opened
# on the original workspace that the command was run on.
# TODO
set $menu bemenu | xargs swaymsg exec --
set $lock 'swaylock -f -c 000000'
set $menu bemenu-run -p spawn --list 30 -W 0.7 --no-exec --scrollbar autohide -c --tb '#CC838C' --tf '#000000' --nb '#000000' --nf '#CC838C' --hb '#CC838C' --hf '#000000' --ab '#101010' --af '#CC838C' --scb '#000000' --scf '#CC838C' | xargs swaymsg exec --
floating_modifier $mod normal
@ -21,8 +17,8 @@ bindsym {
#
# General window management
#
$mod+Shift+c exec $term
$mod+c kill
$mod+c exec $term
$mod+Shift+c kill
$mod+Space exec $menu
$mod+Ctrl+Shift+l exec $lock
$mod+Shift+q reload
@ -124,7 +120,7 @@ output {
bg #000000 solid_color
}
Virtual-1 {
resolution 1920x1200
resolution 1920x1080
}
}