added alacritty
This commit is contained in:
parent
baceb411ce
commit
6ea135b770
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../common
|
../common
|
||||||
./cinnamon-monitors.nix
|
# This doesn't seem to work in Cinnamon
|
||||||
|
#./cinnamon-monitors.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
in ''
|
in ''
|
||||||
|
|
||||||
${monitor}
|
${monitor}
|
||||||
$terminal = kitty
|
$terminal = alacritty
|
||||||
$fileManager = thunar
|
$fileManager = thunar
|
||||||
$menu = wofi --show drun
|
$menu = wofi --show drun
|
||||||
|
|
||||||
|
@ -52,8 +52,8 @@
|
||||||
gaps_in = 5
|
gaps_in = 5
|
||||||
gaps_out = 20
|
gaps_out = 20
|
||||||
border_size = 2
|
border_size = 2
|
||||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
col.active_border = #22ff00
|
||||||
col.inactive_border = rgba(595959aa)
|
col.inactive_border = #aecbb4
|
||||||
|
|
||||||
layout = dwindle
|
layout = dwindle
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs.kitty
|
pkgs.alacritty
|
||||||
pkgs.zathura
|
pkgs.zathura
|
||||||
pkgs.xfce.thunar
|
pkgs.xfce.thunar
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue