Hopefully more wayland changes that don't break awesome
This commit is contained in:
parent
7fdc04e4d4
commit
eaf99e26b2
21 changed files with 232 additions and 59 deletions
|
@ -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"
|
||||
|
|
|
@ -28,7 +28,7 @@ configuration {
|
|||
foreground-selected: #ffffff;
|
||||
urgent: #E91E63;
|
||||
urgent-selected: #E91E63;
|
||||
transparent: #00000000;
|
||||
transparent: #282a36CC;
|
||||
base00: #282a36;
|
||||
base01: #34353e;
|
||||
base02: #43454f;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# root=/path/to/root
|
||||
|
||||
if [ $(hostname) = "syl" ]; then
|
||||
style="laptop"
|
||||
style="desktop"
|
||||
#echo "this is hidpi"
|
||||
else
|
||||
style="desktop"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue