Hopefully more wayland changes that don't break awesome

This commit is contained in:
Chris Cochrun 2021-08-14 10:08:30 -05:00
parent 7fdc04e4d4
commit eaf99e26b2
21 changed files with 232 additions and 59 deletions

View file

@ -10,4 +10,4 @@ configuration {
run-command: "fish -c {cmd}";
run-list-command: "fish -c functions";
}
@import "/home/chris/.dotfiles/rofi/launchers-git/laptop.rasi"
@import "/home/chris/.dotfiles/rofi/launchers-git/desktop.rasi"

View file

@ -28,7 +28,7 @@ configuration {
foreground-selected: #ffffff;
urgent: #E91E63;
urgent-selected: #E91E63;
transparent: #00000000;
transparent: #282a36CC;
base00: #282a36;
base01: #34353e;
base02: #43454f;

View file

@ -3,7 +3,7 @@
# root=/path/to/root
if [ $(hostname) = "syl" ]; then
style="laptop"
style="desktop"
#echo "this is hidpi"
else
style="desktop"