Making some minor improvements to awesome
This commit is contained in:
parent
a8b74e1f7b
commit
01953ff9ae
9 changed files with 26 additions and 27 deletions
|
@ -17,6 +17,7 @@ configuration {
|
|||
fullscreen: false;
|
||||
hide-scrollbar: true;
|
||||
sidebar-mode: true;
|
||||
columns: 2;
|
||||
}
|
||||
|
||||
* {
|
||||
|
@ -110,7 +111,7 @@ sidebar {
|
|||
|
||||
listview {
|
||||
background-color: @transparent;
|
||||
columns: 1;
|
||||
columns: 2;
|
||||
spacing: 4px;
|
||||
cycle: false;
|
||||
dynamic: true;
|
||||
|
|
|
@ -8,4 +8,4 @@ else
|
|||
#echo "this is not hidpi"
|
||||
fi
|
||||
|
||||
rofi -no-lazy-grab -show window -modi window -theme launchers-git/"$style".rasi
|
||||
rofi -no-lazy-grab -show window -modi window -window-command "wmctrl -i -a {window}" -theme launchers-git/"$style".rasi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue